fix(security): ignore decompress security vulnerability (#6125)

This commit is contained in:
Joe Boccanfuso 2026-07-07 19:58:15 +02:00 committed by GitHub
parent e381d22200
commit 333d73e334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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