From 9555770ad2708f7b2a031e59b2be5b1e535be8c1 Mon Sep 17 00:00:00 2001 From: Grant Murphy Date: Mon, 28 Jul 2014 11:21:10 +1000 Subject: [PATCH] OSSA 2012-012 specifies wrong CVE id The original advisory specified an incorrect CVE identifier https://lists.launchpad.net/openstack/msg16278.html The correct CVE is CVE-2012-3540 Fixes issue #3 --- OSSA-2012-012.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OSSA-2012-012.json b/OSSA-2012-012.json index d52a4cc..3326da3 100644 --- a/OSSA-2012-012.json +++ b/OSSA-2012-012.json @@ -28,7 +28,7 @@ "schema_version": 1, "vulnerabilities": [ { - "cve": "CVE-2012-3542", + "cve": "CVE-2012-3540", "cvss": { "base_score": "5.0", "scoring_vector": "AV:N/AC:L/Au:N/C:N/I:P/A:N" @@ -37,4 +37,4 @@ "impact": "important" } ] -} \ No newline at end of file +}