Skip to content

Commit

Permalink
Security-checker - fix symfony/dependency-injection vulnerability
Browse files Browse the repository at this point in the history
https://travis-ci.org/EdgedesignCZ/phpqa/jobs/527335745
symfony/dependency-injection (v2.8.4)
-------------------------------------
 * [CVE-2019-10910][]: Check service IDs are valid
[CVE-2019-10910]: https://symfony.com/cve-2019-10910
  • Loading branch information
zdenekdrahos committed May 2, 2019
1 parent 48e9591 commit f00976c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"consolidation/robo": "~0|~1",
"phpmd/phpmd" : "*",
"phploc/phploc": "*",
"symfony/dependency-injection": ">=2.8",
"symfony/dependency-injection": ">=2.8.50",
"symfony/filesystem": ">=2.8",
"symfony/process": ">=2.8",
"symfony/finder": ">=2.8",
Expand Down
16 changes: 9 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f00976c

Please # to comment.