diff mbox series

shadow: Fix CVE_PRODUCT

Message ID 20240930092322.24777-1-shin.matsunaga@fujitsu.com
State New
Headers show
Series shadow: Fix CVE_PRODUCT | expand

Commit Message

Shinji Matsunaga Sept. 30, 2024, 9:23 a.m. UTC
Fix "shadow" set in CVE_PRODUCT to "shadow_project:shadow" to detect only vulnerabilities where the vendor is "shadow_project".

Currently, CVE_PRODUCT also detects vulnerabilities where the vendor is "debian" or "suse" or "blade-group",
which are unrelated to the "shadow" in this recipe.
https://app.opencve.io/cve/?vendor=debian&product=shadow
https://app.opencve.io/cve/?vendor=suse&product=shadow
https://app.opencve.io/cve/?vendor=blade-group&product=shadow

In addition, all the vulnerabilities currently detected in "shadow" have the vendor of "debian" or "suse" or "blade-group" or "shadow_project".
Therefore, fix "shadow" set in CVE_PRODUCT to "shadow_project:shadow".

Signed-off-by: Shinji Matsunaga <shin.matsunaga@fujitsu.com>
---
 meta/recipes-extended/shadow/shadow_4.16.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-extended/shadow/shadow_4.16.0.bb b/meta/recipes-extended/shadow/shadow_4.16.0.bb
index e57676c1da..30198fc9b3 100644
--- a/meta/recipes-extended/shadow/shadow_4.16.0.bb
+++ b/meta/recipes-extended/shadow/shadow_4.16.0.bb
@@ -8,3 +8,5 @@  BBCLASSEXTEND = "native nativesdk"
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=884658
 CVE_STATUS[CVE-2013-4235] = "upstream-wontfix: Severity is low and marked as closed and won't fix."
+
+CVE_PRODUCT = "shadow_project:shadow"