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/;
        


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

Reply via email to