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
14 changes: 13 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
// GHSA-v6h2-p8h4-qcjw|eslint-config-next>@typescript-eslint/eslint-plugin>@typescript-eslint/type-utils>@typescript-eslint/utils>@typescript-eslint/typescript-estree>minimatch>brace-expansion
// GHSA-v6h2-p8h4-qcjw|@eslint/eslintrc>minimatch>brace-expansion
// GHSA-v6h2-p8h4-qcjw|eslint>@eslint/eslintrc>minimatch>brace-expansion
"GHSA-v6h2-p8h4-qcjw"
"GHSA-v6h2-p8h4-qcjw",
//
// https://github.com/advisories/GHSA-qj3p-xc97-xw74
// Reason to ignore: Does not affect us as we did not perform any installations without a lock file
//
// This advisory only applies to developers who use MetaMask SDK in the browser and who, on Sept 8th 2025 between 13:00–15:30 UTC, performed one of the following actions and then deployed their application:
// Installed MetaMask SDK into a project with a lockfile for the first time
// Installed MetaMask SDK in a project without a lockfile
// Updated a lockfile to pull in [email protected] (e.g., via npm update or yarn upgrade)
//
// GHSA-qj3p-xc97-xw74|arb-token-bridge-ui>wagmi>@wagmi/connectors>@metamask/sdk>@metamask/sdk-communication-layer
// GHSA-qj3p-xc97-xw74|arb-token-bridge-ui>wagmi>@wagmi/connectors>@metamask/sdk
"GHSA-qj3p-xc97-xw74"
]
}
Loading