XPost: linux.debian.devel.release
This is a multi-part message in MIME format.
--nextPart2134557.6tgchFWduM
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="utf-8"
Package: release.debian.org
Severity: normal
X-Debbugs-Cc:
[email protected],
[email protected],
[email protected]
Control: affects -1 + src:node-jsdom
User:
[email protected]
Usertags: unblock
Please unblock package node-jsdom
[ Reason ]
Affected by a ReDoS (outside upstream security support) but this block autopkgtest for angular.js affected by about 10 CVEs
[ Impact ]
Fix a ReDoS
[ Tests ]
testsuite
[ Risks ]
Low
[ Checklist ]
[X] all changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in testing
[ Other info ]
Will like to have angular.js fixed in trixie.
unblock node-jsdom/20.0.3+~cs124.18.21-5
--nextPart2134557.6tgchFWduM
Content-Disposition: attachment; filename="debdiff.diff" Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-patch; charset="UTF-8"; name="debdiff.diff"
diff -Nru node-jsdom-20.0.3+~cs124.18.21/debian/changelog node-jsdom-20.0.3+~cs124.18.21/debian/changelog
--- node-jsdom-20.0.3+~cs124.18.21/debian/changelog 2023-11-25 04:15:10.000000000 +0100
+++ node-jsdom-20.0.3+~cs124.18.21/debian/changelog 2025-06-28 22:22:20.000000000 +0200
@@ -1,3 +1,10 @@
+node-jsdom (20.0.3+~cs124.18.21-5) unstable; urgency=medium
+
+ * Team upload
+ * Avoid a ReDos in string.js
+
+ -- Bastien Roucariès <
[email protected]> Sat, 28 Jun 2025 22:22:20 +0200
+
node-jsdom (20.0.3+~cs124.18.21-4) unstable; urgency=medium
* Team upload
diff -Nru node-jsdom-20.0.3+~cs124.18.21/debian/patches/0005-Avoid-a-ReDos-in-string.js.patch node-jsdom-20.0.3+~cs124.18.21/debian/patches/0005-Avoid-a-ReDos-in-string.js.patch
--- node-jsdom-20.0.3+~cs124.18.21/debian/patches/0005-Avoid-a-ReDos-in-string.js.patch 1970-01-01 01:00:00.000000000 +0100
+++ node-jsdom-20.0.3+~cs124.18.21/debian/patches/0005-Avoid-a-ReDos-in-string.js.patch 2025-06-28 22:22:20.000000000 +0200
@@ -0,0 +1,61 @@
+From 0848d35195fada87b1fedab0f6a566308a892a6a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bastien=2