summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhairya Nagodra <dnagodra@cisco.com>2024-03-03 09:48:24 -0800
committerSteve Sakoman <steve@sakoman.com>2024-03-03 11:56:20 -1000
commit6488fc1a8ffa68268d9d4b71cb017eeb9a645cbe (patch)
tree1e3fc206c818ddfc69ed93ed2313088f31c05b49
parente9af3d328db8a32c22bb0798fa8dbb749e3f607b (diff)
downloadopenembedded-core-6488fc1a8ffa68268d9d4b71cb017eeb9a645cbe.tar.gz
dbus: Add missing CVE_PRODUCT
- The current recipe only contains one (out of three) valid product names for dbus package in NVD. - This could result in reporting of lesser number CVEs than actual. - Added missing names to get a proper list. Signed-off-by: Dhairya Nagodra <dnagodra@cisco.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/dbus/dbus_1.14.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.14.8.bb b/meta/recipes-core/dbus/dbus_1.14.8.bb
index 4da307ecb3..f03e5c2d2e 100644
--- a/meta/recipes-core/dbus/dbus_1.14.8.bb
+++ b/meta/recipes-core/dbus/dbus_1.14.8.bb
@@ -184,4 +184,4 @@ do_install:class-nativesdk() {
}
BBCLASSEXTEND = "native nativesdk"
-CVE_PRODUCT += "d-bus_project:d-bus"
+CVE_PRODUCT += "d-bus_project:d-bus freedesktop:dbus freedesktop:libdbus"