Commit 3037ab0
committed
fix: upgrade vulnerable dependencies for security
CRITICAL SECURITY FIXES:
- deepspeed: 0.9.5 -> >=0.15.1 (fixes CVE-2024-43497 RCE vulnerability)
- transformers: 4.39.3 -> >=4.53.0 (fixes 12 vulnerabilities including ReDoS)
- gradio: unpinned -> >=5.31.0 (fixes 35+ vulnerabilities including XSS, LFI)
These vulnerabilities pose significant security risks:
- Remote Code Execution (deepspeed)
- Cross-Site Scripting attacks (gradio)
- Local File Inclusion (gradio)
- Regular Expression DoS attacks (transformers)
Upgrading to latest secure versions to protect against exploitation.1 parent a31261c commit 3037ab0
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
0 commit comments