mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
chore: Add CVE-2023-46136 to Werkzeug security notes
- Document CVE-2023-46136 (DoS via multipart/form-data parser) - Already fixed by Werkzeug>=3.1.6 upgrade - Fixes Dependabot Alert #1
This commit is contained in:
@@ -30,5 +30,6 @@ spacy==3.7.2
|
||||
# - CVE-2024-49766: safe_join UNC path bypass on Windows (fixed in 3.0.6)
|
||||
# - CVE-2024-34069: Werkzeug debugger RCE (fixed)
|
||||
# - CVE-2024-49767: Resource exhaustion via multipart/form-data (fixed)
|
||||
# - CVE-2023-46136: DoS via multipart/form-data parser (fixed in 2.3.8)
|
||||
flask>=3.0.0
|
||||
Werkzeug>=3.1.6 # Security fix: All Werkzeug CVEs fixed (Windows + Linux)
|
||||
Reference in New Issue
Block a user