Skip to content

Commit c83faa4

Browse files
committed
Merge branch 'extend-ignore-cves-babel'
2 parents 6d355f1 + 8060b10 commit c83faa4

File tree

3 files changed

+85
-77
lines changed

3 files changed

+85
-77
lines changed

desktop/osv-scanner.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# PostCSS line return parsing error
44
[[IgnoredVulns]]
55
id = "CVE-2023-44270" # GHSA-7fh5-64p2-3v2j
6-
ignoreUntil = 2025-03-05
6+
ignoreUntil = 2025-06-05
77
reason = "This project does not use PostCSS to parse untrusted CSS"
88

99
# braces: Uncontrolled resource consumption
1010
[[IgnoredVulns]]
1111
id = "CVE-2024-4068" # GHSA-grv7-fg5c-xmjg
12-
ignoreUntil = 2025-03-05
12+
ignoreUntil = 2025-06-05
1313
reason = "This package is only used to match paths from either us or trusted libraries"
1414

1515
# micromatch (dev): Regular Expression Denial of Service (ReDoS) in micromatch
1616
[[IgnoredVulns]]
1717
id = "CVE-2024-4067" # GHSA-952p-6rrq-rcjv
18-
ignoreUntil = 2025-02-23
18+
ignoreUntil = 2025-05-23
1919
reason = "This is just a dev dependency, and we don't have untrusted input to micromatch there"
2020

2121
# node-gettext: Prototype Pullution via the addTranslations function

desktop/package-lock.json

+79-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"test": "npm run test --workspaces --if-present"
1818
},
1919
"devDependencies": {
20+
"@babel/core": "7.26.10",
21+
"@babel/helpers": "7.26.10",
22+
"@babel/runtime": "7.26.10",
2023
"@eslint/js": "^9.10.0",
2124
"@types/eslint__js": "^8.42.3",
2225
"@types/node": "^20.17.9",

0 commit comments

Comments
 (0)