From cbba4831877d8a6bc284d57edf7f0d4a58669b57 Mon Sep 17 00:00:00 2001 From: Ben Stewart Date: Tue, 8 Mar 2016 13:12:26 -0800 Subject: [PATCH] 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://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8103 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/ --- BASE-APP/java/all-dependency-infrastructure/pom.xml | 4 ++-- BASE-APP/java/privilege-api-server/.classpath | 4 ++-- .../.settings/org.eclipse.wst.common.component | 4 ++-- BASE-APP/java/privilege-server/.classpath | 4 ++-- .../.settings/org.eclipse.wst.common.component | 4 ++-- CAS-SHIRO-CLIENT-DEMO/pom.xml | 2 +- CAS-SHIRO-CLIENT-JAR-DEMO/.classpath | 4 ++-- CAS-SHIRO-CLIENT-JAR-DEMO/pom.xml | 2 +- CAS-SHIRO-CLIENT-JAR/.classpath | 4 ++-- CAS-SHIRO-CLIENT-JAR/pom.xml | 4 ++-- CAS-SHIRO-SERVER-DEMO/.classpath | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/BASE-APP/java/all-dependency-infrastructure/pom.xml b/BASE-APP/java/all-dependency-infrastructure/pom.xml index e9ab781..33ab0c8 100644 --- a/BASE-APP/java/all-dependency-infrastructure/pom.xml +++ b/BASE-APP/java/all-dependency-infrastructure/pom.xml @@ -207,7 +207,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 commons-io @@ -498,4 +498,4 @@ - \ No newline at end of file + diff --git a/BASE-APP/java/privilege-api-server/.classpath b/BASE-APP/java/privilege-api-server/.classpath index 371fff7..c0b0eef 100644 --- a/BASE-APP/java/privilege-api-server/.classpath +++ b/BASE-APP/java/privilege-api-server/.classpath @@ -34,7 +34,7 @@ - + @@ -44,4 +44,4 @@ - \ No newline at end of file + diff --git a/BASE-APP/java/privilege-api-server/.settings/org.eclipse.wst.common.component b/BASE-APP/java/privilege-api-server/.settings/org.eclipse.wst.common.component index 99e7130..ec3183c 100644 --- a/BASE-APP/java/privilege-api-server/.settings/org.eclipse.wst.common.component +++ b/BASE-APP/java/privilege-api-server/.settings/org.eclipse.wst.common.component @@ -88,7 +88,7 @@ uses - + uses @@ -115,4 +115,4 @@ - \ No newline at end of file + diff --git a/BASE-APP/java/privilege-server/.classpath b/BASE-APP/java/privilege-server/.classpath index fada93d..eeba920 100644 --- a/BASE-APP/java/privilege-server/.classpath +++ b/BASE-APP/java/privilege-server/.classpath @@ -52,7 +52,7 @@ - + - \ No newline at end of file + diff --git a/BASE-APP/java/privilege-server/.settings/org.eclipse.wst.common.component b/BASE-APP/java/privilege-server/.settings/org.eclipse.wst.common.component index f402168..25d171b 100644 --- a/BASE-APP/java/privilege-server/.settings/org.eclipse.wst.common.component +++ b/BASE-APP/java/privilege-server/.settings/org.eclipse.wst.common.component @@ -127,7 +127,7 @@ uses - + uses @@ -139,4 +139,4 @@ - \ No newline at end of file + diff --git a/CAS-SHIRO-CLIENT-DEMO/pom.xml b/CAS-SHIRO-CLIENT-DEMO/pom.xml index 8384711..ded0f9f 100644 --- a/CAS-SHIRO-CLIENT-DEMO/pom.xml +++ b/CAS-SHIRO-CLIENT-DEMO/pom.xml @@ -49,7 +49,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 diff --git a/CAS-SHIRO-CLIENT-JAR-DEMO/.classpath b/CAS-SHIRO-CLIENT-JAR-DEMO/.classpath index 25dd514..2ce76fd 100644 --- a/CAS-SHIRO-CLIENT-JAR-DEMO/.classpath +++ b/CAS-SHIRO-CLIENT-JAR-DEMO/.classpath @@ -15,7 +15,7 @@ - + @@ -47,4 +47,4 @@ - \ No newline at end of file + diff --git a/CAS-SHIRO-CLIENT-JAR-DEMO/pom.xml b/CAS-SHIRO-CLIENT-JAR-DEMO/pom.xml index dd36ee6..87e72cd 100644 --- a/CAS-SHIRO-CLIENT-JAR-DEMO/pom.xml +++ b/CAS-SHIRO-CLIENT-JAR-DEMO/pom.xml @@ -55,7 +55,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 diff --git a/CAS-SHIRO-CLIENT-JAR/.classpath b/CAS-SHIRO-CLIENT-JAR/.classpath index f572445..c91ae53 100644 --- a/CAS-SHIRO-CLIENT-JAR/.classpath +++ b/CAS-SHIRO-CLIENT-JAR/.classpath @@ -18,7 +18,7 @@ - + @@ -46,4 +46,4 @@ - \ No newline at end of file + diff --git a/CAS-SHIRO-CLIENT-JAR/pom.xml b/CAS-SHIRO-CLIENT-JAR/pom.xml index ad13cca..7d97d06 100644 --- a/CAS-SHIRO-CLIENT-JAR/pom.xml +++ b/CAS-SHIRO-CLIENT-JAR/pom.xml @@ -47,7 +47,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 @@ -192,4 +192,4 @@ - \ No newline at end of file + diff --git a/CAS-SHIRO-SERVER-DEMO/.classpath b/CAS-SHIRO-SERVER-DEMO/.classpath index 1e8bbd9..9abdd4d 100644 --- a/CAS-SHIRO-SERVER-DEMO/.classpath +++ b/CAS-SHIRO-SERVER-DEMO/.classpath @@ -50,7 +50,7 @@ - + @@ -88,4 +88,4 @@ - \ No newline at end of file +