diff options
| author | Dhairya Nagodra <dnagodra@cisco.com> | 2024-03-03 09:48:24 -0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-03-07 08:32:54 -1000 |
| commit | eef037bf723b58ec3ce6dcb85da68219a16b7120 (patch) | |
| tree | c4b8b329ff34aa07f14f58932e2494379c5bca7d /meta/recipes-core/dbus | |
| parent | 84598dca804c7b21a3bbde1271cb7e8d7dd67eec (diff) | |
| download | poky-eef037bf723b58ec3ce6dcb85da68219a16b7120.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.
(From OE-Core rev: 6488fc1a8ffa68268d9d4b71cb017eeb9a645cbe)
Signed-off-by: Dhairya Nagodra <dnagodra@cisco.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core/dbus')
| -rw-r--r-- | meta/recipes-core/dbus/dbus_1.14.8.bb | 2 |
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() { | |||
| 184 | } | 184 | } |
| 185 | BBCLASSEXTEND = "native nativesdk" | 185 | BBCLASSEXTEND = "native nativesdk" |
| 186 | 186 | ||
| 187 | CVE_PRODUCT += "d-bus_project:d-bus" | 187 | CVE_PRODUCT += "d-bus_project:d-bus freedesktop:dbus freedesktop:libdbus" |
