We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4950bf6 commit 1479663Copy full SHA for 1479663
.circleci/config.yml
@@ -51,7 +51,9 @@ jobs:
51
set -o pipefail
52
/tmp/audit-env/bin/pip install pip-audit
53
/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` \
55
--ignore-vuln CVE-2025-8869 \
56
+ `# CVE-2026-1703: pip wheel path traversal (CVSS 2.0 Low) — build-only, pinned hashes used` \
57
--ignore-vuln CVE-2026-1703 \
58
2>&1 | tee audit-results.txt
59
- store_artifacts:
0 commit comments