Skip to content

Commit

Permalink
- Temporarily suppress CVE for superagent
Browse files Browse the repository at this point in the history
- Remove package-lock.json from Git
  • Loading branch information
nwithan8 committed Apr 23, 2024
1 parent 93737bf commit c8dbeef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9,806 deletions.
13 changes: 13 additions & 0 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
"critical": true, // Only fail the audit if there are critical vulnerabilities.
"allowlist": [
{
"GHSA-8cp3-66vr-3r4c": {
"active": true,
"expiry": "2024-10-22", // Re-evaluate this vulnerability after this date.
"notes": "Transitive dependency of `superagent`, awaiting new `superagent` release." // https://github.com/ladjs/superagent/issues/1799
}
}
]
}
Loading

0 comments on commit c8dbeef

Please sign in to comment.