Fix jquery patterns' version specifier

Per: https://www.wappalyzer.com/docs/dev/specification/#version-syntax the semi-colons should be escaped.
main
Rick M 4 years ago
parent d206cd91f5
commit 645df3e87a

@ -545,8 +545,8 @@
}, },
"scripts": [ "scripts": [
"jquery", "jquery",
"/jquery(-(\\d+\\.\\d+\\.\\d+))[/.-];version:\\1", "/jquery(-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1",
"/(\\d+\\.\\d+\\.\\d+)/jquery[/.-];version:\\1" "/(\\d+\\.\\d+\\.\\d+)/jquery[/.-]\\;version:\\1"
], ],
"website": "https://jquery.com" "website": "https://jquery.com"
}, },