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

Modified:
   bin/check-new-issues
Log:
Make the wordpress auto_nfu work in another case


Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues        2017-10-25 07:23:06 UTC (rev 56954)
+++ bin/check-new-issues        2017-10-25 07:23:56 UTC (rev 56955)
@@ -494,7 +494,7 @@
        my $desc=description($name);
        $desc =~ s/[\s\n]+/ /g;
 
-       if ($desc =~ 
m/in\s+the\s+(.+)\s+(plugin|theme)\s+(?:[\w\d.]+\s+)?(?:(?:before\s+)?[\w\d.]+\s+)?for\s+[Ww]ord[Pp]ress/)
 {
+       if ($desc =~ 
m/in\s+the\s+(.+)\s+(plugin|theme)\s+(?:[\w\d.]+\s+)?(?:(?:(?:before|through)\s+)?[\w\d.]+\s+)?for\s+[Ww]ord[Pp]ress/)
 {
                my ($name, $type) = ($1, $2);
                return "$name $type for WordPress";
        }


_______________________________________________
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