Skip to content

Commit

Permalink
Bump minimum twig version to v3.11 to fix Possible sandbox bypass sec…
Browse files Browse the repository at this point in the history
…urity vulnerability

Fixes CVE-2024-45411
  • Loading branch information
ishanvyas22 committed Oct 11, 2024
1 parent 20021da commit 42208dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cakephp/cakephp": "^4.0",
"jasny/twig-extensions": "^1.3",
"twig/markdown-extra": "^3.0",
"twig/twig": "^3.0"
"twig/twig": "^3.11.0"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^4.0",
Expand Down

0 comments on commit 42208dd

Please sign in to comment.