mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fe8ee4e8dd
- Upgrade Werkzeug from 2.3.8 to 3.1.6 (fixes all Werkzeug CVEs) - Upgrade Flask from 2.2.5 to 3.0.0+ (required for Werkzeug 3.x) - Add CVE-2024-49766 (safe_join UNC path bypass) to security notes - Update comments to reflect Flask 3.x compatibility Fixed CVEs: - CVE-2025-66221: Windows device names in safe_join() - CVE-2024-49766: safe_join UNC path bypass on Windows - CVE-2024-34069: Werkzeug debugger RCE - CVE-2024-49767: Resource exhaustion via multipart/form-data Fixes Dependabot Alerts #2, #3, #4