There was an error while loading. Please reload this page.
1 parent bf431f3 commit 5f0175eCopy full SHA for 5f0175e
3 files changed
audit-ci.jsonc
@@ -3,5 +3,10 @@
3
// Only fail the audit if there are critical vulnerabilities.
4
"critical": true,
5
// Can't update ESLint yet because we must support Node 16
6
- "allowlist": ["GHSA-3ppc-4f35-3m26", "GHSA-23c5-xmqv-rm74", "GHSA-7r86-cg39-jmmj"],
+ "allowlist": [
7
+ "GHSA-3ppc-4f35-3m26",
8
+ "GHSA-23c5-xmqv-rm74",
9
+ "GHSA-7r86-cg39-jmmj",
10
+ "GHSA-mh99-v99m-4gvg",
11
+ ],
12
}
0 commit comments