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
This commit is contained in:
Grant Murphy 2014-07-28 11:21:10 +10:00
parent 659913dd22
commit 9555770ad2
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
]
}
}