From ded3b0f38214208bcf68814e30e8e4c1874dba91 Mon Sep 17 00:00:00 2001 From: jrharalson Date: Wed, 22 Jul 2020 17:33:03 -0400 Subject: [PATCH] Add the leading Opening HTML tag --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 6e0c99f18..0d6a0432d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -5101,7 +5101,7 @@ 6 ], "cpe": "cpe:/a:ibm:websphere_commerce_suite", - "html": "(?:a|link|script)[^>]*(?:href|src)=\".*(\/wcsstore\/|webapp\\/wcs)", + "html": "<(?:a|link|script)[^>]*(?:href|src)=\".*(\/wcsstore\/|webapp\\/wcs)", "icon": "IBM.svg", "implies": "Java", "url": "/wcs/",