Hanno Böck commited on 2019-12-12 11:32:52
Zeige 1 geänderte Dateien mit 3 Einfügungen und 13 Löschungen.
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
[ |
| 2 | 2 |
{
|
| 3 |
- "name": "jquery-min", |
|
| 3 |
+ "name": "jquery", |
|
| 4 | 4 |
"url": "https://jquery.com/", |
| 5 | 5 |
"safe": "3.4.0", |
| 6 | 6 |
"vuln": "CVE-2019-11358", |
| ... | ... |
@@ -8,22 +8,12 @@ |
| 8 | 8 |
"thirdparty": "yes", |
| 9 | 9 |
"detection": [ |
| 10 | 10 |
{
|
| 11 |
- "file": "jquery.min.js", |
|
| 11 |
+ "file": "jquery.js", |
|
| 12 | 12 |
"variable": "/*! jQuery", |
| 13 | 13 |
"subdir": 0 |
| 14 |
- } |
|
| 15 |
- ] |
|
| 16 | 14 |
}, |
| 17 | 15 |
{
|
| 18 |
- "name": "jquery", |
|
| 19 |
- "url": "https://jquery.com/", |
|
| 20 |
- "safe": "3.4.0", |
|
| 21 |
- "vuln": "CVE-2019-11358", |
|
| 22 |
- "latest": "3.4.1", |
|
| 23 |
- "thirdparty": "yes", |
|
| 24 |
- "detection": [ |
|
| 25 |
- {
|
|
| 26 |
- "file": "jquery.js", |
|
| 16 |
+ "file": "jquery.min.js", |
|
| 27 | 17 |
"variable": "/*! jQuery", |
| 28 | 18 |
"subdir": 0 |
| 29 | 19 |
} |
| 30 | 20 |