Skip to content

Commit 6f086f2

Browse files
committed
chore: added override for vulnerable dep to get rid of it
chore: cleaned up the osv scanner exclusions
1 parent f96cf83 commit 6f086f2

1 file changed

Lines changed: 11 additions & 43 deletions

File tree

osv-scanner.toml

Lines changed: 11 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,18 @@
11
# OSV-Scanner configuration for DOMPurify
22
#
3-
# Scope: this suppresses currently present advisories from the package-lock
4-
# that are pulled in through development / test / CI tooling, not the shipped
5-
# DOMPurify runtime artifact itself.
3+
# Scope: suppresses advisories present in package-lock that come from
4+
# development / test / CI tooling, not the shipped DOMPurify runtime artifact.
65
#
76
# ignoreUntil is set to a one-year horizon so suppressions get re-evaluated
87
# annually instead of indefinitely. When updating, check whether the
98
# underlying dev dep has been replaced or upgraded out of the vulnerable
109
# range; if so, drop the entry instead of extending it.
11-
12-
[[IgnoredVulns]]
13-
id = "GHSA-f886-m6hf-6m8v"
14-
ignoreUntil = 2027-05-31
15-
reason = "Current package-lock includes brace-expansion 1.1.12 via development tooling only; not part of the distributed runtime artifact."
16-
17-
[[IgnoredVulns]]
18-
id = "GHSA-grv7-fg5c-xmjg"
19-
ignoreUntil = 2027-05-31
20-
reason = "Current package-lock includes braces 3.0.2 under development tooling only; not part of the distributed runtime artifact."
21-
22-
[[IgnoredVulns]]
23-
id = "GHSA-952p-6rrq-rcjv"
24-
ignoreUntil = 2027-05-31
25-
reason = "Current package-lock includes micromatch 4.0.5 under development tooling only; not part of the distributed runtime artifact."
26-
27-
[[IgnoredVulns]]
28-
id = "GHSA-3v7f-55p6-f55p"
29-
ignoreUntil = 2027-05-31
30-
reason = "Current package-lock includes vulnerable picomatch versions via development tooling only; not part of the distributed runtime artifact."
31-
32-
[[IgnoredVulns]]
33-
id = "GHSA-c2c7-rcm5-vvqj"
34-
ignoreUntil = 2027-05-31
35-
reason = "Current package-lock includes vulnerable picomatch versions via development tooling only; not part of the distributed runtime artifact."
36-
37-
[[IgnoredVulns]]
38-
id = "GHSA-c2qf-rxjj-qqgw"
39-
ignoreUntil = 2027-05-31
40-
reason = "Current package-lock includes semver 7.5.0 via development tooling only; not part of the distributed runtime artifact."
41-
42-
[[IgnoredVulns]]
43-
id = "GHSA-jxxr-4gwj-5jf2"
44-
reason = "brace-expansion DoS via large numeric ranges; low relevance unless user-controlled brace patterns are expanded. Prefer upgrading to brace-expansion 5.0.6."
45-
ignoreUntil = 2027-05-31
46-
47-
[[IgnoredVulns]]
48-
id = "GHSA-7mvr-c777-76hp"
49-
ignoreUntil = 2027-05-31
50-
reason = "Dev-only legacy-browser harness, not in the published package. The vulnerable curl -k scripts are the chrome/msedge channel reinstall helpers, never hit by the chromium/firefox/webkit install path; npm ci runs --ignore-scripts; CI is Linux while the scripts are *_mac.sh."
10+
#
11+
# 2026-06: all prior IgnoredVulns dropped after the dev-tooling upgrades.
12+
# - braces / micromatch / picomatch / semver: the xo 0.54 bundled set,
13+
# cleared by upgrading xo to 0.60 (now 3.0.3 / 4.0.8 / 2.3.2+4.0.4 / >=7.5.2).
14+
# - GHSA-f886-m6hf-6m8v, GHSA-jxxr-4gwj-5jf2 (brace-expansion): tree resolves
15+
# to 1.1.15 / 2.1.1 / 5.0.6, all outside the vulnerable ranges.
16+
# - GHSA-7mvr-c777-76hp (Playwright): fixed in 1.55.1; root tree is on 1.61.0.
17+
# The legacy-browser harness pins 1.30-1.50.1 on purpose and keeps its own
18+
# suppression at test/legacy-playwright/osv-scanner.toml.

0 commit comments

Comments
 (0)