Add jquery and bootstrap thirdparty detection modules
Hanno Böck

Hanno Böck commited on 2019-11-25 09:36:42
Zeige 1 geänderte Dateien mit 30 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,30 @@
1
+[jquery-min]
2
+url=https://jquery.com/
3
+safe=3.4.0
4
+vuln=CVE-2019-11358
5
+latest=3.4.1
6
+file=jquery.min.js
7
+subdir=0
8
+variable=/*! jQuery
9
+thirdparty=yes
10
+
11
+[jquery]
12
+url=https://jquery.com/
13
+safe=3.4.0
14
+vuln=CVE-2019-11358
15
+latest=3.4.1
16
+file=jquery.js
17
+subdir=0
18
+variable=/*! jQuery
19
+thirdparty=yes
20
+
21
+[bootstrap]
22
+url=https://getbootstrap.com/
23
+safe=4.3.1
24
+old_safe=3.4.1
25
+vuln=CVE-2019-8331
26
+latest=3.4.1
27
+file=bootstrap.min.css
28
+subdir=0
29
+variable=* Bootstrap v
30
+thirdparty=yes
0 31