diff options
author | Virendra Thakur <virendra.thakur@kpit.com> | 2022-08-16 10:28:28 +0530 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2022-08-22 11:54:08 +0200 |
commit | dc4d3319a39c9a719206fa151866a97e0fd2f1c8 (patch) | |
tree | fa7484d13bff385367f0f3dbc35a44a442285098 | |
parent | 6d5620541584e20e195783dc025314a8a29e655b (diff) | |
download | meta-java-dunfell-next.tar.gz |
junit: Set CVE_PRODUCT to "junit:junit4"dunfell-next
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>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r-- | recipes-core/junit/junit_3.8.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
40 | SRC_URI[sha256sum] = "aae23d20e6f4dc45b4bf0b10fedcbd209c100342a0cafce1aa07d2da6da1f24a" | 40 | SRC_URI[sha256sum] = "aae23d20e6f4dc45b4bf0b10fedcbd209c100342a0cafce1aa07d2da6da1f24a" |
41 | 41 | ||
42 | BBCLASSEXTEND = "native" | 42 | BBCLASSEXTEND = "native" |
43 | CVE_PRODUCT = "junit:junit4" | ||