Updates OSSA 2016-007 with ERRATA

Change-Id: I3543e2d4cff2b955a1473b105599a5cefe9db39d
This commit is contained in:
Tristan Cacqueray 2016-03-09 16:47:17 -05:00
parent 51a4f35c3e
commit 82a07a5de5
1 changed files with 16 additions and 4 deletions

View File

@ -10,6 +10,10 @@ description: 'Matthew Booth from Red Hat reported a vulnerability in Nova instan
arbitrary files from the compute host. Only setups using libvirt driver with
raw storage and setting "use_cow_images = False" (not default) are affected.'
errata: 'The former fix did not take into account the usage of non-disk-image
backends and caused a regression for this use-case. This update provides an
additional fix for that issue.'
affected-products:
- product: nova
@ -30,20 +34,28 @@ issues:
links:
- https://bugs.launchpad.net/bugs/1548450
- https://bugs.launchpad.net/bugs/1555287
reviews:
mitaka:
- https://review.openstack.org/289957
- https://review.openstack.org/289957 - original
- https://review.openstack.org/290715 - errata
liberty:
- https://review.openstack.org/289958
- https://review.openstack.org/289958 - original
- https://review.openstack.org/290843 - errata
kilo:
- https://review.openstack.org/289960
- https://review.openstack.org/289960 - original
- https://review.openstack.org/290847 - errata
type: gerrit
notes:
- 'This fix will be included in future 2015.1.3 (kilo) and 12.0.3 (liberty)
- 'This fix will be included in future 2015.1.4 (kilo) and 12.0.3 (liberty)
releases.'
errata_history:
- 2016-03-09 - Errata 1
- 2016-03-08 - Original Version