Merge pull request #1758 from jart/patch-1
Upgrade Apache Commons Collections to v3.2.2
Justine Tunney <jtunney@gmail.com>
07440b9823d7c62342846d0e788dacbe069be8b0
Upgrade Apache Commons Collections to v3.2.2
Version 3.2 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!