Skip to content

Commit a996dfb

Browse files
authored
Add dev-only security advisories to .nsprc: - GHSA-73rr-hh4g-fpgx: diff DoS (mocha, sinon, tslint) - GHSA-g9mf-h72j-4rw9: undici DoS (@actions/core, @actions/github) Both are dev dependencies not bundled in the extension.
1 parent e723369 commit a996dfb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.nsprc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
2+
"GHSA-73rr-hh4g-fpgx": {
3+
"notes": "diff DoS via infinite loop when parsing patches with special line break characters. Accepted risk: dev-only dependency (mocha, sinon, tslint), only affects development/CI, not bundled in extension.",
4+
"expiry": "2026-04-15"
5+
},
26
"GHSA-848j-6mx2-7j84": {
37
"notes": "CVE-2025-14505: elliptic ECDSA signature corruption can lead to private key recovery if attacker obtains both faulty and correct signatures for identical inputs. Accepted risk: dev-only transitive dependency (node-stdlib-browser -> crypto-browserify -> browserify-sign), not used for signing in this project, no fix available.",
48
"expiry": "2026-04-08"
9+
},
10+
"GHSA-g9mf-h72j-4rw9": {
11+
"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.",
12+
"expiry": "2026-04-15"
513
}
614
}

0 commit comments

Comments
 (0)