Skip to content

Commit

Permalink
ci: whitelist audit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Aug 29, 2024
1 parent 06ace6d commit d18c6c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
// ECDSA missing leading bit r and s check - only used in dev
"GHSA-977x-g7h5-7qgw",
// EDDSA missing sig length check - package only used in dev
"GHSA-f7q4-pwc6-w24p"

"GHSA-f7q4-pwc6-w24p",
// Server-Side Request Forgery in axios
"GHSA-8hc4-vh64-cxmj",
// Regular Expression Denial of Service (ReDoS) in micromatch
"GHSA-952p-6rrq-rcjv"
]
}

0 comments on commit d18c6c2

Please sign in to comment.