mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-04 03:42:59 +02:00
Update jinja2 requirement to ~=3.1.6
Fixes 5 critical security vulnerabilities: - CVE-2025-27516: Sandbox breakout through attr filter - CVE-2024-56201: Sandbox breakout through malicious filenames - CVE-2024-56326: Sandbox breakout through indirect format method - CVE-2024-34064: HTML attribute injection via xmlattr filter - CVE-2024-22195: HTML attribute injection with spaces in xmlattr All tests pass with the new version.
This commit is contained in:
parent
b901cc91be
commit
5c6896d307
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
ansible==9.1.0
|
||||
jinja2~=3.0.3
|
||||
jinja2~=3.1.3
|
||||
netaddr
|
||||
|
|
Loading…
Add table
Reference in a new issue