Skip to content

Commit

Permalink
Merge pull request hanneskod#35 from hanneskod/CVE-2018-17057
Browse files Browse the repository at this point in the history
Added additional version constraint to mitigate CVE-2018-17057
  • Loading branch information
hanneskod authored Mar 27, 2019
2 parents 46a0611 + c93b6b1 commit cd0591e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ php:
install:
- composer install
- composer global require chh/bob:^1@alpha
- export PATH=$PATH:$HOME/.composer/vendor/bin/
- export PATH=$PATH:$HOME/.config/composer/vendor/bin/:$HOME/.composer/vendor/bin/
- bob install_dev_tools

script:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.

After some early deviations this project now adheres to [Semantic Versioning](http://semver.org/).

## [4.0.0-beta1] - 2018-11-12
## [4.0.1] - 2019-03-27

### Added
- Added additional version constraint in composer.json to protect against
[CVE-2018-17057](https://polict.net/blog/CVE-2018-17057).

## [4.0.0] - 2018-11-16

### Added
- Added `PagesInterface`.
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"require": {
"php": "^7.1",
"tecnickcom/tcpdf": "^6.2.22",
"setasign/fpdi-tcpdf": "^2.0",
"rafikhaceb/tcpdi": "^1"
},
Expand Down

0 comments on commit cd0591e

Please sign in to comment.