SilverSight/requirements.txt
allaunthefox eba0528728 fix: resolve h11 CVE-2025-43859 (critical)
- Pin h11>=0.16.0 in requirements.txt (fixes malformed Chunked-Encoding)
- Remove h11 from dependabot ignore list so it tracks future updates

CVE-2025-43859: h11 accepted some malformed Chunked-Encoding bodies.
Fixed in h11 0.16.0. Added as explicit dependency to ensure safe version.
2026-07-01 20:01:41 +00:00

3 lines
93 B
Text

pytest>=9.1.1
pyyaml>=6.0.3
h11>=0.16.0 # CVE-2025-43859: malformed Chunked-Encoding bodies