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
7 changes: 7 additions & 0 deletions .iyarc
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,10 @@ GHSA-2w8x-224x-785m
# - The xmp bypass produces live HTML markup in output, but since we discard all tags and use
# the result as plain text in Error messages, there is no DOM rendering path and no XSS risk
GHSA-rpr9-rxv7-x643

# Excluded because:
# - CVE affects esbuild's Deno distribution only: binary downloads without SHA-256 integrity verification
# - BitGoJS is a Node.js project; the Node.js esbuild distribution already includes binaryIntegrityCheck()
# - esbuild is a dev-time build tool (via babylonlabs-io-btc-staking-ts), not runtime production code
# - The attacker-controlled NPM_CONFIG_REGISTRY vector does not apply to our controlled CI environment
GHSA-gv7w-rqvm-qjhr
Loading