Skip to content

Commit

Permalink
chore: whitelist npm audit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Nov 21, 2024
1 parent 7d02843 commit 4d8ad8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
// Valid ECDSA signatures erroneously rejected in Elliptic
"GHSA-fc9h-whq2-v747",
// secp256k1-node allows private key extraction over ECDH
"GHSA-584q-6j8j-r5pm"
"GHSA-584q-6j8j-r5pm",
// Regular Expression Denial of Service (ReDoS) in cross-spawn
"GHSA-3xgq-45jj-v275"
]
}

0 comments on commit 4d8ad8a

Please sign in to comment.