Commit c85c74e
Fix CI security vulnerabilities and clean up (#1)
* 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 dependencies
* Fix code formatting for CI
- Apply black formatting to Python files
- Fix ruff and black linting issues
- CI should now pass all checks
---------
Co-authored-by: Ben De Cock <[email protected]>1 parent da4bbd6 commit c85c74e
File tree
7 files changed
+1479
-388
lines changed- .github/workflows
- src/contextforge_memory
7 files changed
+1479
-388
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