From 79caa65be026b31dee2a964036872a5666a5624a Mon Sep 17 00:00:00 2001 From: Edgar Aroutiounian Date: Fri, 26 Jun 2015 12:34:15 -0700 Subject: [PATCH] Fix regex compatibility issues with PCRE --- src/apps.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps.json b/src/apps.json index c7842e554..161ba9c64 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1604,7 +1604,7 @@ "cats": [ 6 ], - "html": "<[^]+(?:id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field)", + "html": "<[^>]+(?:id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field)", "implies": "Drupal", "website": "drupalcommerce.org" }, @@ -2304,7 +2304,7 @@ 19 ], "env": "^Gravatar$", - "html": "<[^]+gravatar\\.com/avatar/", + "html": "<[^>]+gravatar\\.com/avatar/", "website": "gravatar.com" }, "Gravity Insights": { @@ -2523,7 +2523,7 @@ "headers": { "Set-Cookie": "_hybris" }, - "html": "<[^]+(?:/sys_master/|/hybr/|/_ui/desktop/)", + "html": "<[^>]+(?:/sys_master/|/hybr/|/_ui/desktop/)", "implies": "Java", "website": "hybris.com" }, @@ -6681,7 +6681,7 @@ "cats": [ 19 ], - "html": "<[^]+id='cgit'", + "html": "<[^>]+id='cgit'", "implies": "Perl", "website": "git.zx2c4.com/cgit" },