File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55Add SAML support to your Java applications using this library.
66Forget those complicated libraries and use that open source library provided and supported by OneLogin Inc.
77
8+ 2.8.0 uses xmlsec 2.2.3 which fixes [ CVE-2021 -40690] ( https://snyk.io/vuln/SNYK-JAVA-ORGAPACHESANTUARIO-1655558 )
9+
810Version >= 2.5.0 compatible with java8 / java9. Not compatible with java7
11+
9122.5.0 sets the 'strict' setting parameter to true.
10- 2.5.0 uses xmlsec 2.1.4 which fixes [ CVE-2019 -12400] ( https://snyk.io/vuln/SNYK-JAVA-ORGAPACHESANTUARIO-460281 )
1113
14+ 2.5.0 uses xmlsec 2.1.4 which fixes [ CVE-2019 -12400] ( https://snyk.io/vuln/SNYK-JAVA-ORGAPACHESANTUARIO-460281 )
1215
1316Version 2.0.0 - 2.4.0, compatible with java7 / java8.
1417
Original file line number Diff line number Diff line change 6060 <dependency >
6161 <groupId >org.apache.santuario</groupId >
6262 <artifactId >xmlsec</artifactId >
63- <version >2.2.2 </version >
63+ <version >2.2.3 </version >
6464 </dependency >
6565 <dependency >
6666 <groupId >commons-codec</groupId >
Original file line number Diff line number Diff line change 8181 <dependency >
8282 <groupId >org.apache.santuario</groupId >
8383 <artifactId >xmlsec</artifactId >
84- <version >2.2.2 </version >
84+ <version >2.2.3 </version >
8585 </dependency >
8686 <dependency >
8787 <groupId >commons-codec</groupId >
You can’t perform that action at this time.
0 commit comments