Improve Bootstrap detection

main
汪心禾 4 years ago
parent 8894f4eb66
commit ed9fc2849d
No known key found for this signature in database
GPG Key ID: 0792B3266B499A3B

@ -1699,9 +1699,7 @@
"cpe": "cpe:/a:getbootstrap:bootstrap",
"html": [
"<style>/\\*!\\* Bootstrap v(\\d\\.\\d\\.\\d)\\;version:\\1",
"<link[^>]+?href=[^\"]/css/([\\d.]+)/bootstrap\\.(?:min\\.)?css\\;version:\\1",
"<link[^>]+?href=\"[^\"]*bootstrap(?:\\.min)?\\.css",
"<div[^>]+class=\"[^\"]*glyphicon glyphicon-"
"<link[^>]* href=[^>]*?bootstrap(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^>]*?(?:\\.min)?\\.css\\;version:\\1"
],
"implies": [
"jQuery"
@ -1712,9 +1710,7 @@
"jQuery.fn.tooltip.Constructor.VERSION": "^(.+)$\\;version:\\1"
},
"script": [
"twitter\\.github\\.com/bootstrap",
"bootstrap[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
"(?:/([\\d.]+))?(?:/js)?/bootstrap(?:\\.min)?\\.js\\;version:\\1"
"bootstrap(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^>]*?(?:\\.min)?\\.js\\;version:\\1"
],
"website": "https://getbootstrap.com"
},

Loading…
Cancel
Save