Fix DOM selector

Add missing closing quote.

Signed-off-by: thc202 <thc202@gmail.com>
main
thc202 1 year ago
parent b82ac84aac
commit 5833b10cbf
No known key found for this signature in database
GPG Key ID: F29DBD3500548AA2

@ -753,7 +753,7 @@
"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.",
"dom": {
"link[href*='lightbox]": {
"link[href*='lightbox']": {
"attributes": {
"href": "/lightbox(?:\\.min)?\\.css"
}

Loading…
Cancel
Save