Open rianniello opened 7 years ago
After some further investigation, the latest (3.3.0) Shibboleth IdP version does not contain an unsafe version of apache commons collections.
Despite this, this project should still be upgraded to reference the latest Shibboleth IdP (3.3.0) version, when it's actually used on an 3.3.0 instance.
This library is upgradable to 3.4.3, which includes schema changes. Work from other projects will be backported here, in the near future.
This change will fix all deprecation warnings and allow us to upgrade to Shib IdP 4 with issues.
upgrade to Shib IdP 4 with issues.
without I think you meant?
😆 Yes.
There has been a vulnerability identified in the apache commons collection library https://www.kb.cert.org/vuls/id/576313 https://opensource.googleblog.com/2017/03/operation-rosehub.html
The version that we're using in this project is a transient dependency — we never use it directly. However, the threat is still there, as we'll have a JVM running with this library!
Hopefully upgrading the Shibboleth IdP dependency in this project will use a safe version of the library (version 3.2.2 and version 4.1).
Here is a log of the dependencies for this project: