Improve Bootstarp detection

Match CSS whitespace via `\s`
main
汪心禾 Wang, Xinhe 4 years ago committed by GitHub
parent ed9fc2849d
commit 477b951739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1698,7 +1698,7 @@
],
"cpe": "cpe:/a:getbootstrap:bootstrap",
"html": [
"<style>/\\*!\\* Bootstrap v(\\d\\.\\d\\.\\d)\\;version:\\1",
"<style>\\s+/\\*!\\s+\\* Bootstrap v(\\d\\.\\d\\.\\d)\\;version:\\1",
"<link[^>]* href=[^>]*?bootstrap(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^>]*?(?:\\.min)?\\.css\\;version:\\1"
],
"implies": [
@ -15473,4 +15473,4 @@
"priority": 6
}
}
}
}

Loading…
Cancel
Save