Skip to content

Commit 1479663

Browse files
committed
docs(ci): add justification comments for ignored CVEs per CodeRabbit review
1 parent 4950bf6 commit 1479663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
set -o pipefail
5252
/tmp/audit-env/bin/pip install pip-audit
5353
/tmp/audit-env/bin/pip-audit --strict --skip-editable --desc \
54+
`# CVE-2025-8869: pip tar extraction vuln — build-only tool, not in runtime image` \
5455
--ignore-vuln CVE-2025-8869 \
56+
`# CVE-2026-1703: pip wheel path traversal (CVSS 2.0 Low) — build-only, pinned hashes used` \
5557
--ignore-vuln CVE-2026-1703 \
5658
2>&1 | tee audit-results.txt
5759
- store_artifacts:

0 commit comments

Comments
 (0)