Merge pull request #7782 from thc202/fix-dom

Fix DOM selector
main
Elbert Alias 1 year ago committed by GitHub
commit eb44a3cccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -753,7 +753,7 @@
"cpe": "cpe:2.3:a:lightbox_photo_gallery_project:lightbox_photo_gallery:*:*:*:*:*:*:*:*", "cpe": "cpe:2.3:a:lightbox_photo_gallery_project:lightbox_photo_gallery:*:*:*:*:*:*:*:*",
"description": "Lightbox is small javascript library used to overlay images on top of the current page.", "description": "Lightbox is small javascript library used to overlay images on top of the current page.",
"dom": { "dom": {
"link[href*='lightbox]": { "link[href*='lightbox']": {
"attributes": { "attributes": {
"href": "/lightbox(?:\\.min)?\\.css" "href": "/lightbox(?:\\.min)?\\.css"
} }

Loading…
Cancel
Save