mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 15:37:44 +00:00
chore: Add CVE-2025-2099 to transformers security notes
- Document CVE-2025-2099 (ReDoS in preprocess_string function) - Already fixed by transformers>=4.51.0 (patched in 4.50.0) - Dependabot alert is false positive due to missing lockfile Fixes Dependabot Alert #32
This commit is contained in:
@@ -23,7 +23,7 @@ pydantic>=2.4.0 # Security fix: CVE-2024-3772 (ReDoS via crafted email)
|
||||
|
||||
# Models
|
||||
torch>=2.6.0 # Security fix: CVE-2025-32434 (torch.load RCE with weights_only=True)
|
||||
transformers>=4.51.0 # Security fix: CVE-2024-11393 (Deserialization RCE) + CVE-2025-3264 (ReDoS)
|
||||
transformers>=4.51.0 # Security fix: CVE-2024-11393 (Deserialization RCE), CVE-2025-3264 (ReDoS), CVE-2025-2099 (ReDoS in preprocess_string)
|
||||
huggingface_hub>=0.20.0
|
||||
|
||||
# Web services
|
||||
|
||||
Reference in New Issue
Block a user