summaryrefslogtreecommitdiffstats
path: root/recipes-networking
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-networking
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-networking')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index b550f7bd..87790090 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -35,6 +35,8 @@ PACKAGECONFIG[dpdk] = "--with-dpdk=shared,,dpdk,dpdk"
35PACKAGECONFIG[libcap-ng] = "--enable-libcapng,--disable-libcapng,libcap-ng," 35PACKAGECONFIG[libcap-ng] = "--enable-libcapng,--disable-libcapng,libcap-ng,"
36PACKAGECONFIG[ssl] = ",--disable-ssl,openssl," 36PACKAGECONFIG[ssl] = ",--disable-ssl,openssl,"
37 37
38CVE_STATUS[CVE-2023-5366] = "fixed-version: Fixed in 3.2.2, NVD tracks this as version-less vulnerability"
39
38# Don't compile kernel modules by default since it heavily depends on 40# Don't compile kernel modules by default since it heavily depends on
39# kernel version. Use the in-kernel module for now. 41# kernel version. Use the in-kernel module for now.
40# distro layers can enable with EXTRA_OECONF_pn_openvswitch += "" 42# distro layers can enable with EXTRA_OECONF_pn_openvswitch += ""