Skip to content

Commit

Permalink
fix potential zero day via commons-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Dietze committed Nov 10, 2015
1 parent 3178fac commit 6d76b06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OWLTools-Parent/.gitignore
@@ -1,2 +1,4 @@
target/
work/
/fixit/
/deploy_fixit.sh
5 changes: 5 additions & 0 deletions OWLTools-Parent/pom.xml
Expand Up @@ -290,6 +290,11 @@
<artifactId>commons-io</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1-fixit</version> <!-- This version does not contain a zero day exploit class InvokeTransformer -->
</dependency>
<dependency>
<groupId>org.semanticweb.elk</groupId>
<artifactId>elk-owlapi</artifactId>
Expand Down

0 comments on commit 6d76b06

Please sign in to comment.