Commit d512f54
fix(deps): edge_collector CVEs (fastapi/starlette/requests) + remove dead snyk-to-sarif git dep
edge_collector/collector_api pinned fastapi 0.109.0 / starlette 0.35.1 /
requests 2.32.4 (10 CVEs) -> bumped to the main app's proven stack
(fastapi>=0.136, starlette>=1.3.1, requests>=2.33) -> 0 vulns. Also
requirements-optional.txt referenced snyk-to-sarif @ a deleted git repo (also
not on PyPI), which hard-failed `pip install -r` and blocked the other optional
deps -> commented out; Snyk ingestion still works via normalizers.py fallback +
scanner_parsers.py native snyk parser, and the misleading install hint is fixed.
The trivy_vuln test fixture (deliberately vulnerable) is intentionally untouched.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent afd2402 commit d512f54
4 files changed
Lines changed: 19 additions & 9 deletions
File tree
- docs
- suite-api/apps/api
- suite-core/telemetry_bridge/edge_collector/collector_api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
| 607 | + | |
| 608 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1383 | 1383 | | |
1384 | 1384 | | |
1385 | 1385 | | |
1386 | | - | |
1387 | | - | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
1388 | 1390 | | |
1389 | 1391 | | |
1390 | 1392 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
0 commit comments