-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathaudit-ci.jsonc
28 lines (28 loc) · 1.06 KB
/
audit-ci.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
// 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
"GHSA-v88g-cgmw-v5xw",
"GHSA-phwq-j96m-2c2q",
"GHSA-282f-qqgm-c34q",
"GHSA-6vfc-qv3f-vr6c",
"GHSA-mjxr-4v3x-q3m4",
"GHSA-rjqq-98f6-6j3r",
"GHSA-w5p7-h5w8-2hfq",
"GHSA-p9pc-299p-vxgp",
"GHSA-7fh5-64p2-3v2j",
"GHSA-rm97-x556-q36h", // https://github.com/advisories/GHSA-rm97-x556-q36h
"GHSA-ghr5-ch3p-vcr6", // https://github.com/advisories/GHSA-ghr5-ch3p-vcr6
"GHSA-cgfm-xwp7-2cvr", // https://github.com/advisories/GHSA-cgfm-xwp7-2cvr
"GHSA-9wv6-86v2-598j",
"GHSA-9wv6-86v2-598j",
"GHSA-cm22-4g7w-348p",
"GHSA-m6fv-jmcg-4jfg",
"GHSA-m6fv-jmcg-4jfg",
"GHSA-qw6h-vgh9-j6wx",
"GHSA-qwcr-r2fm-qrc7"
]
}