From dbedf28f2ca2a3c79c6cfe39fcc07a99604eb7f6 Mon Sep 17 00:00:00 2001 From: Tim White Date: Thu, 28 Sep 2023 09:35:16 +1300 Subject: [PATCH] Temporarily remove this pov-project.json to get past the schema checker, since CVE-2019-0225 has no well-defined fixedVersion and the schema does not yet accept null --- CVE-2019-0225/pov-project.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 CVE-2019-0225/pov-project.json diff --git a/CVE-2019-0225/pov-project.json b/CVE-2019-0225/pov-project.json deleted file mode 100644 index 608b029..0000000 --- a/CVE-2019-0225/pov-project.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "id": "CVE-2019-0225", - "artifact": "org.apache.jspwiki:jspwiki-war", - "vulnerableVersions": [ - "2.10.0", - "2.10.1", - "2.10.2", - "2.10.3", - "2.10.4", - "2.10.5", - "2.11.0.M1", - "2.11.0.M2" - ], - "fixVersion": null, - "testSignalWhenVulnerable": "failure", - "references": [ - "https://nvd.nist.gov/vuln/detail/CVE-2019-0225", - "https://github.com/advisories/GHSA-pffw-p2q5-w6vh" - ] -}