Merge pull request #3507 from honjes/update-sweet-alert

Fixes false positives for sweetalert
main
Elbert Alias 4 years ago committed by GitHub
commit 4574b1f5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13784,10 +13784,10 @@
], ],
"html": "<link[^>]+?href=\"[^\"]+sweet-alert(?:\\.min)?\\.css", "html": "<link[^>]+?href=\"[^\"]+sweet-alert(?:\\.min)?\\.css",
"icon": "SweetAlert.png", "icon": "SweetAlert.png",
"js": { "scripts": [
"swal": "" "sweet-alert(?:\\.min)?\\.js",
}, "sweetalert/([\\d.]+)/sweetalert(?:\\.min)\\.js"
"scripts": "sweet-alert(?:\\.min)?\\.js", ],
"website": "https://t4t5.github.io/sweetalert/" "website": "https://t4t5.github.io/sweetalert/"
}, },
"SweetAlert2": { "SweetAlert2": {
@ -13800,7 +13800,12 @@
"js": { "js": {
"Sweetalert2": "" "Sweetalert2": ""
}, },
"scripts": "sweetalert2(?:\\.all)?(?:\\.min)?\\.js", "scripts": [
"sweetalert2(?:\\.all)?(?:\\.min)?\\.js",
"/npm/sweetalert2@([\\d.]+)\\;version:\\1",
"sweetalert2@([\\d.]+)/dist/sweetalert2(?:\\.all)(?:\\.min)\\.js",
"limonte-sweetalert2/([\\d.]+)/sweetalert2(?:\\.all)(?:\\.min)\\.js"
],
"website": "https://sweetalert2.github.io/" "website": "https://sweetalert2.github.io/"
}, },
"Swell": { "Swell": {

Loading…
Cancel
Save