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
12 changes: 12 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,18 @@ jobs:
with:
fail-on-severity: low
comment-summary-in-pr: on-failure
# The one advisory this repository has already answered, and the
# answer is in `osv-scanner.toml` at length: `lru 0.12.5` reaches
# the graph through `aws-sdk-s3`'s identity cache, which pins
# `^0.12.2` — the fix is 0.16.3 and no version of this workspace
# can reach it until the SDK moves. Neither vulnerable path
# occurs in the SDK's usage: it caches credentials by key and
# never iterates mutably.
#
# This action reads no configuration file of its own, so the
# decision is repeated here rather than left to disagree with the
# scanner's.
allow-ghsas: GHSA-rhfx-m35p-ff5j

# The one status branch protection requires from this workflow — same
# reasoning as CI's gate. `supply-chain` IS in the needs even though it only
Expand Down
Loading