fix: allowlist new audit-ci dependency advisories#643
Open
douglance wants to merge 1 commit into
Open
Conversation
Allowlists five new GHSA advisories surfaced after #641: - GHSA-w5hq-g745-h8pq (uuid <14.0.0) — hardhat>uuid, nyc>istanbul-lib-processinfo>uuid - GHSA-3p68-rc4w-qgx5 (axios SSRF via NO_PROXY) — direct dev dep + sol2uml chains - GHSA-fvcv-3m26-pcqx (axios cloud metadata exfiltration) — same paths - GHSA-r4q5-vmmm-2653 (follow-redirects auth header leak) — axios/hardhat/sol2uml chains - GHSA-qx2v-qp2m-jg93 (postcss XSS in stringify) — vitest>vite>postcss All are dev-only paths with no available fix that survives our existing sol2uml/hardhat/vitest chains. SDK runtime is unaffected.
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.
Summary
Restores
yarn audit:cito passing onmain. After #641 landed, five new GHSA advisories appeared in the dependency graph and started failing the Audit CI job (e.g. https://github.com/OffchainLabs/arbitrum-sdk/actions/runs/25017924794/job/73270738182).All five are dev-only paths with no upgrade available that is compatible with our existing
sol2uml/hardhat/vitestchains, so they are added to the existing allowlist following the same pattern as #631 / #635 / #636 / #641.hardhat>uuid,nyc>istanbul-lib-processinfo>uuidsol2uml>axioschainsaxios>follow-redirects,hardhat>solc>follow-redirects, sol2uml chainsvitest>vite>postcssThe SDK runtime does not exercise any of these vulnerable code paths.
Test plan
yarn audit:cipasses locally