mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 08:27:43 +00:00
chore: Update transformers to 4.53.0 (CVE-2025-6051 fix)
- Upgrade transformers from >=4.52.1 to >=4.53.0 - Fixes CVE-2025-6051: ReDoS in EnglishNormalizer.normalize_numbers() - Crafted numeric strings can cause excessive CPU consumption - Affects text-to-speech and number normalization tasks Fixes Dependabot Alert #42
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.52.1 # Security: CVE-2024-11393 (RCE) + CVE-2025-3264/3933/2099 (ReDoS)
|
||||
transformers>=4.53.0 # Security fix: CVE-2024-11393 (RCE), CVE-2025-3264/3933/2099/6051 (ReDoS)
|
||||
huggingface_hub>=0.20.0
|
||||
|
||||
# Web services
|
||||
|
||||
Reference in New Issue
Block a user