You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// OpenZeppelin Contracts's SignatureChecker may revert on invalid EIP-1271 signers
6
-
"GHSA-4g63-c64m-25w9",
7
5
// OpenZeppelin Contracts's GovernorVotesQuorumFraction updates to quorum may affect past defeated proposals
8
-
"GHSA-xrc4-737v-9q75",
9
-
// OpenZeppelin Contracts's ERC165Checker may revert instead of returning false
10
-
"GHSA-qh9x-gcfh-pcrw",
11
-
// OpenZeppelin Contracts vulnerable to ECDSA signature malleability. Only an issue for the functions that take a single `bytes` argument, and not the functions that take `r, v, s` or `r, vs` as separate arguments.
12
-
"GHSA-4h98-2769-gh6h",
13
-
// GovernorCompatibilityBravo may trim proposal calldata
14
6
"GHSA-93hq-5wgc-jc82",
15
-
// OpenZeppelin Contracts ERC165Checker unbounded gas consumption
16
-
"GHSA-7grf-83vw-6f5x",
17
7
// OpenZeppelin: Using ERC2771Context with a custom forwarder can yield address(0)
18
8
"GHSA-g4vp-m682-qqmp",
19
9
// OpenZeppelin Contracts TransparentUpgradeableProxy clashing selector calls may not be delegated
@@ -22,59 +12,21 @@
22
12
"GHSA-5h3x-9wvq-w4m2",
23
13
// axios cookies data-privacy issue; used only in hardhat-deploy and sol2uml (dev deps)
24
14
"GHSA-wf5p-g6vw-rhxx",
25
-
// flat vulnerable to Prototype Pollution
26
-
"GHSA-2j2x-2gpw-g8fm",
27
-
// regular expression DoS in debug
28
-
"GHSA-gxpj-cx7g-858c",
29
-
// tough-cookie Prototype Pollution vulnerability; used only via eth-gas-reporter
30
-
"GHSA-72xf-g2v4-qvf3",
31
-
// minimatch ReDoS vulnerability
32
-
"GHSA-f8q6-p94x-37v3",
33
-
// Server-Side Request Forgery in Request
34
-
"GHSA-p8p7-x288-28g6",
35
15
// OpenZeppelin Contracts using MerkleProof multiproofs may allow proving arbitrary leaves for specific trees; unused
36
16
"GHSA-wprv-93r4-jj2p",
37
-
// follow-redirects improperly handles URLs in the url.parse() function
38
-
"GHSA-jchw-25xp-jwwc",
39
-
// yargs-parser Vulnerable to Prototype Pollution
40
-
"GHSA-p9pc-299p-vxgp",
41
-
// Axios vulnerable to Server-Side Request Forgery
0 commit comments