Skip to content

Commit c939096

Browse files
committed
Update xmlsec dependency
1 parent 8adc79b commit c939096

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
Add SAML support to your Java applications using this library.
66
Forget 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+
810
Version >= 2.5.0 compatible with java8 / java9. Not compatible with java7
11+
912
2.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

1316
Version 2.0.0 - 2.4.0, compatible with java7 / java8.
1417

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
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>

toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
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>

0 commit comments

Comments
 (0)