chore: document optional DiskCache OSV exception - #16
Merged
Conversation
3 tasks
jason-allen-oneal
marked this pull request as ready for review
August 30, 2026 23:50
jason-allen-oneal
enabled auto-merge (squash)
August 30, 2026 23:50
morrow-bluedot
approved these changes
Aug 30, 2026
morrow-bluedot
left a comment
Contributor
There was a problem hiding this comment.
Independent exact-head review at f8db279: the root OSV policy filters only the reviewed optional DiskCache advisory and aliases through 2026-10-31, issue 15 tracks reassessment, scans report no actionable findings, and all hosted CI, fuzz, Docker, and CodeQL checks pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
osv-scanner.tomlexception forPYSEC-2026-2447Why
DiskCache currently has no patched release. SignalGate reaches it only through the optional
embedextra, while the default dependency set and runtime image exclude both DiskCache andllama-cpp-python. SignalGate does not enable the vulnerable cache path.This is a time-bounded scanner policy, not a runtime or dependency change. Issue #15 remains open to require reassessment before the deadline, before enabling that cache path, when embed packaging changes, or when a patched DiskCache release becomes available.
Validation
PYSEC-2026-2447and its aliases filtered for the documented reason; no actionable issues remainuv lock --checkuv sync --locked --extra devuv run --locked ruff check .uv run --locked pytest -m "not e2e" -ra: 38 passed, 3 deselectedgit diff --checkPinned base:
9afd71e701fbd3e04f05b715f63a4d36b1c1b45cTracked by #15.