-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #735 from jderusse/security-advisories-2025-02
Add advisories for Twig Security Release 2024-02
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
title: Unguarded calls to __toString() when nesting an object into an array | ||
link: https://symfony.com/blog/unguarded-calls-to-__tostring-when-nesting-an-object-into-an-array | ||
cve: CVE-2024-51754 | ||
branches: | ||
1.x: | ||
time: ~ | ||
versions: ['>=1.0.0', '<2.0.0'] | ||
2.x: | ||
time: ~ | ||
versions: ['>=2.0.0', '<3.0.0'] | ||
'3.11': | ||
time: 2024-11-06 08:00:00 | ||
versions: ['>=3.0.0', '<3.11.2'] | ||
3.x: | ||
time: 2024-11-06 08:00:00 | ||
versions: ['>=3.12.0', '<3.14.1'] | ||
reference: composer://twig/twig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
title: Unguarded calls to __isset() and to array-accesses when the sandbox is enabled | ||
link: https://symfony.com/blog/unguarded-calls-to-__isset-and-to-array-accesses-when-the-sandbox-is-enabled | ||
cve: CVE-2024-51755 | ||
branches: | ||
1.x: | ||
time: ~ | ||
versions: ['>=1.0.0', '<2.0.0'] | ||
2.x: | ||
time: ~ | ||
versions: ['>=2.0.0', '<3.0.0'] | ||
'3.11': | ||
time: 2024-11-06 08:00:00 | ||
versions: ['>=3.0.0', '<3.11.2'] | ||
3.x: | ||
time: 2024-11-06 08:00:00 | ||
versions: ['>=3.12.0', '<3.14.1'] | ||
reference: composer://twig/twig |