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:
TPTBusiness
2026-04-02 22:59:18 +02:00
parent 83e18e27f3
commit 8c64df87df
@@ -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