summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaloni Jain <jainsaloni0918@gmail.com>2021-08-11 07:32:27 -0400
committerRichard Leitner <richard.leitner@skidata.com>2021-08-24 15:26:24 +0200
commit390fcea57322312bfc23deded7fec6132075fef4 (patch)
tree6a0cfa982b4c098d8f02f9cc14487e4f77d42289
parent147677c986b60b3cf1457088c51e317b4120946d (diff)
downloadmeta-java-390fcea57322312bfc23deded7fec6132075fef4.tar.gz
xerces-j: Whitelisted CVE-2018-2799
Whitelisted below CVE: CVE-2018-2799: CVE only applies to some Oracle Java SE and Red Hat Enterprise Linux versions which is already fixed with updates and the issue is closed. Link: https://access.redhat.com/security/cve/CVE-2018-2799 Link: https://bugzilla.redhat.com/show_bug.cgi?id=1567542 Signed-off-by: Saloni Jain <jainsaloni0918@gmail.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/xerces-j/xerces-j_2.11.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-core/xerces-j/xerces-j_2.11.0.bb b/recipes-core/xerces-j/xerces-j_2.11.0.bb
index 105a196..fda6fe4 100644
--- a/recipes-core/xerces-j/xerces-j_2.11.0.bb
+++ b/recipes-core/xerces-j/xerces-j_2.11.0.bb
@@ -14,6 +14,12 @@ LIC_FILES_CHKSUM = " \
14 14
15SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" 15SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz"
16 16
17# CVE only applies to some Oracle Java SE and Red Hat Enterprise Linux versions.
18# Already fixed with updates and closed.
19# https://access.redhat.com/security/cve/CVE-2018-2799
20# https://bugzilla.redhat.com/show_bug.cgi?id=1567542
21CVE_CHECK_WHITELIST += "CVE-2018-2799"
22
17S = "${WORKDIR}/xerces-2_11_0" 23S = "${WORKDIR}/xerces-2_11_0"
18 24
19inherit java-library 25inherit java-library