2 parents ad96856 + 0958b5b commit d36692eCopy full SHA for d36692e
2 files changed
pyproject.toml
@@ -20,6 +20,8 @@ dependencies = [
20
# Security floor constraints for transitive dependencies (dependabot alerts)
21
"urllib3>=2.6.3", # CVE fixes: decompression bomb, streaming API
22
"fonttools>=4.60.2", # CVE fix: arbitrary file write, XML injection
23
+ "protobuf>=5.29.6", # CVE fix: JSON recursion depth bypass
24
+ "pillow>=12.1.1", # CVE fix: out-of-bounds write loading PSD images
25
]
26
27
[project.urls]
@@ -136,4 +138,5 @@ dev = [
136
138
137
139
"filelock>=3.20.3", # CVE fix: TOCTOU symlink vulnerability
140
"virtualenv>=20.36.1", # CVE fix: TOCTOU directory creation
141
+ "tornado>=6.5.5", # CVE fixes: multipart DoS, cookie validation
142
0 commit comments