summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorYouenn Le Jeune <youenn.lejeune@savoirfairelinux.com>2026-03-16 13:05:02 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-30 19:35:54 +0000
commit88e29d1f7f097dfa121935907b9c843599f81e38 (patch)
tree23a3d93bc8f3964cb0c9825c19af4ce7041b0f11 /recipes-extended
parent921801ae49711d231b0f00be8754c1936e4a675c (diff)
downloadmeta-virtualization-88e29d1f7f097dfa121935907b9c843599f81e38.tar.gz
ceph, libvirt, openvswitch: marked some CVEs as patched
For ceph, libvirt and openvswitch, 9 CVEs were marked as "unpatched" whereas they have been patched long ago compared to the versions of the recipes, because the NVD database does not contain patched version for those CVEs. Reviewed-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Reviewed-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com> Signed-off-by: Youenn Le Jeune <youenn.lejeune@savoirfairelinux.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/ceph/ceph_git.bb3
-rw-r--r--recipes-extended/libvirt/libvirt_git.bb7
2 files changed, 10 insertions, 0 deletions
diff --git a/recipes-extended/ceph/ceph_git.bb b/recipes-extended/ceph/ceph_git.bb
index 6e96bae7..888b96dd 100644
--- a/recipes-extended/ceph/ceph_git.bb
+++ b/recipes-extended/ceph/ceph_git.bb
@@ -204,3 +204,6 @@ INSANE_SKIP:${PN}-dbg += "buildpaths"
204CCACHE_DISABLE = "1" 204CCACHE_DISABLE = "1"
205 205
206CVE_PRODUCT = "ceph ceph_storage ceph_storage_mon ceph_storage_osd" 206CVE_PRODUCT = "ceph ceph_storage ceph_storage_mon ceph_storage_osd"
207
208CVE_STATUS[CVE-2017-7519] = "fixed-version: Fixed in 12.1.2, NVD tracks this as version-less vulnerability"
209CVE_STATUS[CVE-2020-1700] = "fixed-version: Fixed in 15.1.1, NVD tracks this as version-less vulnerability"
diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb
index 7552ed44..43dcf7e6 100644
--- a/recipes-extended/libvirt/libvirt_git.bb
+++ b/recipes-extended/libvirt/libvirt_git.bb
@@ -178,6 +178,13 @@ PACKAGECONFIG[libpcap] = "-Dlibpcap=enabled, -Dlibpcap=disabled,libpcap,libpcap"
178PACKAGECONFIG[numad] = "-Dnumad=enabled, -Dnumad=disabled," 178PACKAGECONFIG[numad] = "-Dnumad=enabled, -Dnumad=disabled,"
179PACKAGECONFIG[nftables] = "" 179PACKAGECONFIG[nftables] = ""
180 180
181CVE_STATUS[CVE-2014-8135] = "fixed-version: Fixed in 1.2.11, NVD tracks this as version-less vulnerability"
182CVE_STATUS[CVE-2014-8136] = "fixed-version: Fixed in 1.2.11, NVD tracks this as version-less vulnerability"
183CVE_STATUS[CVE-2015-5313] = "fixed-version: Fixed in 1.3.1, NVD tracks this as version-less vulnerability"
184CVE_STATUS[CVE-2018-5748] = "fixed-version: Fixed in 4.0.0, NVD tracks this as version-less vulnerability"
185CVE_STATUS[CVE-2018-6764] = "fixed-version: Fixed in 4.1.0, NVD tracks this as version-less vulnerability"
186CVE_STATUS[CVE-2023-3750] = "fixed-version: Fixed in 9.6.0, NVD tracks this as version-less vulnerability"
187
181# Enable the Python tool support 188# Enable the Python tool support
182require libvirt-python.inc 189require libvirt-python.inc
183 190