[Secure-testing-commits] r56955 - bin
Raphael Geissert
geissert at moszumanska.debian.org
Wed Oct 25 07:23:56 UTC 2017
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";
}
More information about the Secure-testing-commits
mailing list