forked from rainbow-me/rainbow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaudit-ci.jsonc
16 lines (16 loc) · 868 Bytes
/
audit-ci.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"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
]
}