forked from rainbow-me/rainbow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
audit-ci.jsonc
25 lines (25 loc) · 1.55 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
{
"low": true,
"package-manager": "yarn",
"allowlist": [
"GHSA-6fc8-4gx4-v693", // https://github.com/advisories/GHSA-6fc8-4gx4-v693
"GHSA-2j79-8pqc-r7x6", // https://github.com/advisories/GHSA-2j79-8pqc-r7x6
"GHSA-9pgh-qqpf-7wqj", // https://github.com/advisories/GHSA-9pgh-qqpf-7wqj
"GHSA-w573-4hg7-7wgq", // https://github.com/advisories/GHSA-w573-4hg7-7wgq
"GHSA-hrpp-h998-j3pp", // https://github.com/advisories/GHSA-hrpp-h998-j3pp
"GHSA-9vvw-cc9w-f27h", // https://github.com/advisories/GHSA-9vvw-cc9w-f27h
"GHSA-p8p7-x288-28g6", // https://github.com/advisories/GHSA-p8p7-x288-28g6
"GHSA-776f-qx25-q3cc", // https://github.com/advisories/GHSA-776f-qx25-q3cc
"GHSA-f9xv-q969-pqx4", // https://github.com/advisories/GHSA-f9xv-q969-pqx4
"GHSA-j8xg-fqg3-53r7", // https://github.com/advisories/GHSA-j8xg-fqg3-53r7
"GHSA-cchq-frgv-rjh5", // https://github.com/advisories/GHSA-cchq-frgv-rjh5
"GHSA-g644-9gfx-q4q4", // https://github.com/advisories/GHSA-g644-9gfx-q4q4
"GHSA-m95q-7qp3-xv42", // https://github.com/advisories/GHSA-m95q-7qp3-xv42
"GHSA-gxpj-cx7g-858c", // https://github.com/advisories/GHSA-gxpj-cx7g-858c
"GHSA-78xj-cgh5-2h22", // https://github.com/advisories/GHSA-78xj-cgh5-2h22
"GHSA-2p57-rm9w-gvfp", // https://github.com/advisories/GHSA-2p57-rm9w-gvfp
"GHSA-3h5v-q93c-6h6q", // https://github.com/advisories/GHSA-3h5v-q93c-6h6q
"GHSA-2p57-rm9w-gvfp", // https://github.com/advisories/GHSA-2p57-rm9w-gvfp
"GHSA-x3m3-4wpv-5vgc", // https://github.com/advisories/GHSA-x3m3-4wpv-5vgc
],
}