Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# --ignore-vuln=CVE-... with a citation when the finding is
# explicitly accepted per GOV-009 §"Vulnerability Response".
#
# CVE-2026-3219: vulnerability in `pip` itself (the package
# CVE-2026-3219 / PYSEC-2026-196: vulnerability in `pip` itself (the package
# manager), not a project dependency. The runner's pip is
# supplied by GitHub's setup-python image and is not something
# ZettelForge's pyproject can pin or upgrade. Risk-accepted
Expand All @@ -58,7 +58,8 @@ jobs:
# no persistent state. Re-evaluate when GitHub's images ship a
# patched pip.
pip-audit --strict \
--ignore-vuln=CVE-2026-3219
--ignore-vuln=CVE-2026-3219 \
--ignore-vuln=PYSEC-2026-196

test:
runs-on: ubuntu-latest
Expand Down
Loading