summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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