update b2evolution+dotclear
Hanno Böck

Hanno Böck commited on 2019-12-16 09:22:50
Zeige 1 geänderte Dateien mit 13 Einfügungen und 7 Löschungen.

... ...
@@ -58,9 +58,8 @@
58 58
   {
59 59
     "name": "b2evolution",
60 60
     "url": "https://b2evolution.net/",
61
-    "safe": "1.9.2",
62
-    "old_safe": "1.8.7",
63
-    "vuln": "CVE-2007-0175",
61
+    "safe": "6.8.11",
62
+    "vuln": "CVE-2017-1000423",
64 63
     "detection": [
65 64
       {
66 65
         "file": "_application.php",
... ...
@@ -129,14 +128,21 @@
129 128
   },
130 129
   {
131 130
     "name": "DotClear",
132
-    "url": "http://www.dotclear.net/",
133
-    "safe": "2.2.3",
134
-    "vuln": "CVE-2011-1584",
131
+    "url": "https://dotclear.org/",
132
+    "safe": "2.14.2",
133
+    "vuln": "CVE-2018-16358",
135 134
     "detection": [
136 135
       {
137 136
         "file": "LISEZMOI.txt",
138 137
         "variable": "DotClear",
139
-        "subdir": 0
138
+        "subdir": 0,
139
+        "note": "older"
140
+      },
141
+      {
142
+        "file": "prepend.php",
143
+        "variable": "DC_VERSION",
144
+        "extra_match": "Dotclear",
145
+        "subdir": 1
140 146
       }
141 147
     ]
142 148
   }
143 149