Skip to content

Commit

Permalink
TIKA-4162: exclude uimaj-core from ossindex-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Nov 15, 2023
1 parent 0e0a5e9 commit 9b8ad9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,14 @@
<artifactId>h2</artifactId>
<version>2.2.224</version>
</exclude>
<!-- CVE-2023-39913: Uima is used because ctakes is used in the
natural language process module. Serialization is only on data that is configured in
tika-config.xml. We don't think we'd be vulnerable to crafted user input. -->
<coordinate>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
<version>3.4.1</version>
</coordinate>
</excludeCoordinates>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit 9b8ad9b

Please sign in to comment.