[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#960575: marked as done (buster-pu: package node-dot-prop/4.1.1-1+deb10u2)



Your message dated Sat, 01 Aug 2020 12:51:28 +0100
with message-id <43535efb498a168cf81452ca0c326f004f46adc6.camel@adam-barratt.org.uk>
and subject line Closing bugs for fixes included in 10.5 point release
has caused the Debian Bug report #960575,
regarding buster-pu: package node-dot-prop/4.1.1-1+deb10u2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
960575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960575
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

CVE-2020-8116 fix introduced a regression that affects npm (#960283).
This little fix solves the problem.

Cheers,
Xavier
diff --git a/debian/changelog b/debian/changelog
index f7509b9..9b6d599 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-dot-prop (4.1.1-1+deb10u2) buster; urgency=medium
+
+  * Fix regression introduced in CVE-2020-8116 fix (Closes: #960283)
+
+ -- Xavier Guimard <yadd@debian.org>  Thu, 14 May 2020 09:42:34 +0200
+
 node-dot-prop (4.1.1-1+deb10u1) buster; urgency=medium
 
   * Team upload
diff --git a/debian/patches/CVE-2020-8116.diff b/debian/patches/CVE-2020-8116.diff
index b7d34f1..6d11ff8 100644
--- a/debian/patches/CVE-2020-8116.diff
+++ b/debian/patches/CVE-2020-8116.diff
@@ -38,7 +38,7 @@ Last-Update: 2020-02-06
  		}
  
  		const pathArr = getPathSegments(path);
-+		if (pathArray.length === 0) {
++		if (pathArr.length === 0) {
 +			return;
 +		}
  
@@ -48,7 +48,7 @@ Last-Update: 2020-02-06
  		}
  
  		const pathArr = getPathSegments(path);
-+		if (pathArray.length === 0) {
++		if (pathArr.length === 0) {
 +			return;
 +		}
  
@@ -58,7 +58,7 @@ Last-Update: 2020-02-06
  		}
  
  		const pathArr = getPathSegments(path);
-+		if (pathArray.length === 0) {
++		if (pathArr.length === 0) {
 +                        return;
 +                }
  

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.5

Hi,

Each of these bugs relates to an update that was included in today's
stable point release.

Regards,

Adam

--- End Message ---

Reply to: