You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/05/26 14:19:10 UTC

[tika] branch TIKA-3751-ossindex updated: TIKA-3751 -- add cve number

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch TIKA-3751-ossindex
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/TIKA-3751-ossindex by this push:
     new ae9535c81 TIKA-3751 -- add cve number
ae9535c81 is described below

commit ae9535c8115dc1bc9e6d7115221b24f1754a0f1f
Author: tallison <ta...@apache.org>
AuthorDate: Thu May 26 10:19:02 2022 -0400

    TIKA-3751 -- add cve number
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0d9583c00..95ee7195a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -766,7 +766,7 @@
               <version>2.1.212</version>
             </exclude>
             <exclude>
-              <!-- the cve seems to be about the c++ library, not the java library -->
+              <!-- CVE-2018-18928 seems to be about the c++ library, not the java library -->
               <groupId>com.ibm.icu</groupId>
               <artifactId>icu4j</artifactId>
               <version>${icu4j.version}</version>