security: align central trivy-fs with documented glib exception (unblocks all PRs)#582
Open
seonghobae wants to merge 2 commits into
Open
security: align central trivy-fs with documented glib exception (unblocks all PRs)#582seonghobae wants to merge 2 commits into
seonghobae wants to merge 2 commits into
Conversation
The org Security Scan's trivy-fs job fails every bandscope PR on GHSA-wrw7-89jp-8q8g (glib 0.18.5). glib cannot be bumped: the Tauri v2 wry/webkit2gtk/gtk GTK3 chain pins the 0.18 line (cargo update moves 0 packages), and this exact advisory family is already allowlisted with justification in osv-scanner.toml and .cargo/audit.toml (RUSTSEC-2024-0429). Add it to .trivyignore so the central scanner honors the same documented exception instead of blocking all PRs on an unfixable transitive dep. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RjGVapDZ3k7V7zKYk16P4C
…jam) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RjGVapDZ3k7V7zKYk16P4C
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.
The org Security Scan trivy-fs job fails every bandscope PR on GHSA-wrw7-89jp-8q8g (glib 0.18.5, Tauri GTK3 transitive). glib is semver-pinned by the wry/webkit2gtk chain (cargo update: 0 packages) and this advisory family is already allowlisted with justification in osv-scanner.toml + .cargo/audit.toml (RUSTSEC-2024-0429). This adds the same documented exception to .trivyignore so the central scanner honors it. Removal condition: Tauri GTK chain moves off glib 0.18.
🤖 Generated with Claude Code