[Secure-testing-commits] r56954 - bin

Raphael Geissert geissert at moszumanska.debian.org
Wed Oct 25 07:23:06 UTC 2017


Author: geissert
Date: 2017-10-25 07:23:06 +0000 (Wed, 25 Oct 2017)
New Revision: 56954

Modified:
   bin/check-new-issues
Log:
Make the description extractor work again


Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues	2017-10-25 07:20:42 UTC (rev 56953)
+++ bin/check-new-issues	2017-10-25 07:23:06 UTC (rev 56954)
@@ -429,7 +429,7 @@
 
 	defined $data->{$name}->{CVE} or return "";
 	
-	${$data->{$name}->{CVE}} =~ /\n\n(.*)^Current Votes:/ms;
+	${$data->{$name}->{CVE}} =~ /\n\n(.*\n)\n\n/s;
 	my $desc = $1;
 	$desc =~ s/\n\n+/\n/;
 	




More information about the Secure-testing-commits mailing list