Hanno Böck commited on 2020-01-22 21:40:22
Zeige 1 geänderte Dateien mit 7 Einfügungen und 14 Löschungen.
... | ... |
@@ -300,31 +300,24 @@ |
300 | 300 |
] |
301 | 301 |
}, |
302 | 302 |
{ |
303 |
- "name": "Piwik", |
|
303 |
+ "name": "Matomo", |
|
304 | 304 |
"url": "https://matomo.org/", |
305 |
- "safe": "3.12.0", |
|
306 |
- "vuln": "https://matomo.org/changelog/matomo-3-12-0/", |
|
305 |
+ "safe": "3.13.1", |
|
306 |
+ "vuln": "https://matomo.org/changelog/matomo-3-13-1/", |
|
307 |
+ "latest": "3.13.1", |
|
307 | 308 |
"detection": [ |
308 | 309 |
{ |
309 | 310 |
"file": "Version.php", |
310 | 311 |
"variable": "const VERSION", |
311 | 312 |
"subdir": 1, |
312 |
- "extra_match": "@link http://piwik.org" |
|
313 |
- } |
|
314 |
- ] |
|
313 |
+ "extra_match": "@link https://matomo.org" |
|
315 | 314 |
}, |
316 |
- { |
|
317 |
- "name": "Matomo", |
|
318 |
- "url": "https://matomo.org/", |
|
319 |
- "safe": "3.12.0", |
|
320 |
- "vuln": "https://matomo.org/changelog/matomo-3-12-0/", |
|
321 |
- "latest": "3.13.0", |
|
322 |
- "detection": [ |
|
323 | 315 |
{ |
324 | 316 |
"file": "Version.php", |
325 | 317 |
"variable": "const VERSION", |
326 | 318 |
"subdir": 1, |
327 |
- "extra_match": "@link https://matomo.org" |
|
319 |
+ "extra_match": "@link http://piwik.org", |
|
320 |
+ "note": "when it was called Piwik" |
|
328 | 321 |
} |
329 | 322 |
] |
330 | 323 |
}, |
331 | 324 |