diff mbox series

[kirkstone,06/11] dbus: Add missing CVE_PRODUCT

Message ID 6488fc1a8ffa68268d9d4b71cb017eeb9a645cbe.1709565668.git.steve@sakoman.com
State Accepted, archived
Commit 6488fc1a8ffa68268d9d4b71cb017eeb9a645cbe
Delegated to: Steve Sakoman
Headers show
Series [kirkstone,01/11] less: Fix for CVE-2022-48624 | expand

Commit Message

Steve Sakoman March 4, 2024, 3:23 p.m. UTC
From: Dhairya Nagodra <dnagodra@cisco.com>

- 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>
---
 meta/recipes-core/dbus/dbus_1.14.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"