diff mbox series

[meta-java,dunfell] junit: Set CVE_PRODUCT to "junit:junit4"

Message ID 20220816045828.30363-1-virendra.thakur@kpit.com
State New
Headers show
Series [meta-java,dunfell] junit: Set CVE_PRODUCT to "junit:junit4" | expand

Commit Message

Virendra Kumar Thakur Aug. 16, 2022, 4:58 a.m. UTC
Set CVE_PRODUCT to 'junit:junit4' for junit recipe,
cve-check class is setting default CVE_PRODUCT to 'junit'
which ignores the juint CVEs from NVD Database.

Reference:

Link: CVE-2022-34176 https://security-tracker.debian.org/tracker/CVE-2022-34176

Signed-off-by: Virendra Thakur <virendra.thakur@kpit.com>
---
 recipes-core/junit/junit_3.8.2.bb | 1 +
 1 file changed, 1 insertion(+)

--
2.17.1

This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.
diff mbox series

Patch

diff --git a/recipes-core/junit/junit_3.8.2.bb b/recipes-core/junit/junit_3.8.2.bb
index 57dd459..bb45af7 100644
--- a/recipes-core/junit/junit_3.8.2.bb
+++ b/recipes-core/junit/junit_3.8.2.bb
@@ -40,3 +40,4 @@  SRC_URI[md5sum] = "9b8963ba2147a64bd5f1574b6fd289cb"
 SRC_URI[sha256sum] = "aae23d20e6f4dc45b4bf0b10fedcbd209c100342a0cafce1aa07d2da6da1f24a"

 BBCLASSEXTEND = "native"
+CVE_PRODUCT = "junit:junit4"