aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-03-04 00:49:24 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-03-04 12:19:48 +0000
commitba05c372f582f29d1d0494a34bde694c1ddc5b77 (patch)
tree6bdfed565439868fc1f86541013ea487ddce5d5d /third_party
parent2de7a886910a767fdd0b4612f85877dc288745dc (diff)
Upgrade Apache Commons Collections to v3.2.2
Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the entire JVM process to go from being a state machine to a turing machine. A turing machine with an exec() function! https://commons.apache.org/proper/commons-collections/security-reports.html http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/ -- MOS_MIGRATED_REVID=116309858
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD2
-rw-r--r--third_party/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 4e6cd8a86a..463740e67a 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -77,7 +77,7 @@ java_import(
java_import(
name = "apache_commons_collections",
- jars = ["apache_commons_collections/commons-collections-3.2.1.jar"],
+ jars = ["apache_commons_collections/commons-collections-3.2.2.jar"],
)
java_import(
diff --git a/third_party/README.md b/third_party/README.md
index b0dd006698..c171296a36 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -23,7 +23,7 @@ a minimal set of extra dependencies.
## [apache_commons_collections](http://commons.apache.org/proper/commons-collections/)
-* Version: 3.2.1
+* Version: 3.2.2
* License: Apache License 2.0.