mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
- 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.
3 lines
93 B
Text
3 lines
93 B
Text
pytest>=9.1.1
|
|
pyyaml>=6.0.3
|
|
h11>=0.16.0 # CVE-2025-43859: malformed Chunked-Encoding bodies
|