fix(security): ignore decompress security vulnerability (#6125)
This commit is contained in:
parent
e381d22200
commit
333d73e334
@ -24,7 +24,8 @@ verifyDepsBeforeRun: false
|
||||
# fed user-supplied expressions. Kept in sync with the .circleci SECURITY_AUDIT
|
||||
# job and the root `audit` script.
|
||||
auditConfig:
|
||||
ignoreGhsas: []
|
||||
ignoreGhsas:
|
||||
- GHSA-mp2f-45pm-3cg9 # decompress is called only ever decompresses a hash-pinned, hardcoded archive in a dev-only CLI
|
||||
|
||||
allowBuilds:
|
||||
'@scarf/scarf': true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user