Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
// audit-ci supports reading JSON, JSONC, and JSON5 config files.
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
// Currently no fixes available for the following
"allowlist": [
"GHSA-72xf-g2v4-qvf3", //GHSA-72xf-g2v4-qvf3|request-promise>tough-cookie
"GHSA-fwr7-v2mv-hh25" //GHSA-fwr7-v2mv-hh25|getos>async
// NOTE: Please add as much information as possible to any items added to the allowList
// Currently no fixes available for the following
]
}
Loading