@@ -26,29 +26,6 @@ npmAuditIgnoreAdvisories:
2626 # We are ignoring this on April 24, 2025 to unblock CI, we will follow with a proper fix or confirmation this does not affect our users
2727 - 1104001
2828
29- # Issue: `glob` vulnerability, already fixed in the version we're using (v10.5.0) but the
30- # advisory range hasn't been updated yet.
31- # URL: https://github.com/advisories/GHSA-5j98-mcp5-4vw2
32- - 1109809
33-
34- # Issue: `body-parser` denial of service vulnerability
35- # Seemingly only impacts v2.2.0, but we're on v1. The advisory range is overly wide.
36- # The attack vector also does not apply to how we use the package.
37- # URL: https://github.com/advisories/GHSA-wqch-xfxh-vrr4
38- - 1110857
39-
40- # Issue: ajv has ReDoS when using `$data` option
41- # A lot of our linting tooling relies on old versions of ajv, which proves hard to deal with
42- # For now, we are ignoring this to unblock CI
43- # URL: https://github.com/advisories/GHSA-2g4f-4pwh-qvx6
44- - 1113214
45-
46- # Issue: minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern
47- # Only affects dev/build-time dependencies (eslint-plugin-n, glob) — not shipped to users.
48- # URL: https://github.com/advisories/GHSA-3ppc-4f35-3m26
49- - 1113371
50- - 1113459
51-
5229 # ## Package Deprecations:
5330
5431 # React-tippy brings in popper.js and react-tippy has not been updated in
@@ -104,3 +81,5 @@ npmPreapprovedPackages:
10481 - ' lavamoat-node'
10582 - ' lavamoat'
10683 - ' extension-port-stream'
84+ # Temporary bypass for recent minimatch security patch; remove once older than age gate.
85+ - ' minimatch'
0 commit comments