cloudstack
cloudstack copied to clipboard
[Security] switch to jdk18on bouncycastle jars
trafficstars
Bouncycastle no longer release jdk15on jars. Best to switch to the jdk18on ones. This is a critical security library and the old jdk15on jars have multiple security bugs (CVEs).
- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on
- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on
The switchover is usually very easy. Same classes, just compiled with Java 8.
👍