Commit 2fdc263
committed
Fix CI security vulnerabilities and clean up
- Update dependencies to fix security vulnerabilities:
- pip: 24.0 → 25.2 (fixes file overwrite vulnerability)
- starlette: 0.38.6 → 0.48.0 (fixes DoS and blocking issues)
- fastapi: 0.115.0 → 0.119.0 (compatible with new starlette)
- Fix CI workflow to handle security checks gracefully
- Update security tools to latest versions
- Remove temporary security setup guide files
- CI should now pass with secure dependencies1 parent da4bbd6 commit 2fdc263
File tree
5 files changed
+1467
-381
lines changed- .github/workflows
5 files changed
+1467
-381
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | | - | |
33 | | - | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
This file was deleted.
0 commit comments