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 <[email protected]> --- meta/recipes-extended/shadow/shadow_4.16.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205104): https://lists.openembedded.org/g/openembedded-core/message/205104 Mute This Topic: https://lists.openembedded.org/mt/108732591/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
