Commit e18e129
authored
Fix/security docker python314 (#237)
* fix: security alerts, Docker compose failures, and Python 3.14 install guidance
Security:
- Bump cryptography 44.0.1->46.0.5 and Flask 3.0.0->3.1.3 in CTF challenge-06
(fixes Dependabot alerts #41 HIGH, #42 LOW)
- Add SECURITY.md with vulnerability reporting policy (Scorecard Security-Policy)
- Pin docker/Dockerfile base image with SHA256 digest (Scorecard Pinned-Dependencies)
- Fix version comments in curriculum-check.yml (v4/v5 -> v6)
Docker:
- Remove deprecated 'version: 3.8' key (Compose V2 warning)
- Remove jupyter depends_on elasticsearch (blocked Jupyter if ES failed to start)
- Fix volume mount ../tools -> ../shared (tools/ didn't exist)
- Fix duplicate container_name on ollama services
Python 3.14 / install guidance:
- Add Python 3.14 detection to verify_setup.py with actionable error message
- Add 'resolution-too-deep' troubleshooting section to docs
- Update requirements.txt header with version warning and uv fallback
- Update README with Python version callout and selective install options
Robustness:
- Handle PermissionError in check_ai_model_freshness.py and test_curriculum_integrity.py
- Remove stale notebook and data files
Made-with: Cursor
* fix: restore version discrepancies in CTF challenge-06 baseline for challenge integrity
Made-with: Cursor
* fix: resolve Docker tokenizers conflict and stale verify_setup path
Made-with: Cursor1 parent 841b066 commit e18e129
3 files changed
+16
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
0 commit comments