Skip to content

Commit 8b6c018

Browse files
authored
chore(deps): Update tar override to 7.5.7 to address vulnerability CVE-2026-24842 (#308)
* chore(deps): Update tar override to 7.5.7 to address vulnerability CVE-2026-24842 * chore(deps): Add eslint exception for vulnerability CVE-2025-50537 Stack Overflow in RuleTester.run() when serializing objects with circular references. Accepted risk: dev-only dependency, requires local access and user interaction, only affects test authoring.
1 parent e8b41be commit 8b6c018

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

.nsprc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
"GHSA-g9mf-h72j-4rw9": {
1111
"notes": "undici DoS via unbounded decompression chain. Accepted risk: dev-only transitive dependency (@actions/core, @actions/github), only affects CI/CD workflows, not bundled in extension.",
1212
"expiry": "2026-04-15"
13+
},
14+
"GHSA-p5wg-g6qr-c7cg": {
15+
"notes": "CVE-2025-50537: eslint Stack Overflow in RuleTester.run() when serializing objects with circular references. Accepted risk: dev-only dependency, requires local access and user interaction, only affects test authoring, not bundled in extension.",
16+
"expiry": "2026-04-15"
1317
}
1418
}

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,7 @@
28762876
"d3-color": "3.1.0",
28772877
"vega-embed": "^7.1.0",
28782878
"@mermaid-js/layout-elk": "npm:empty-pkg@1.0.0",
2879-
"tar@<7.5.4": "7.5.4",
2879+
"tar": "7.5.7",
28802880
"lodash-es": "^4.17.23"
28812881
}
28822882
}

0 commit comments

Comments
 (0)