mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1859: Update xmlsec to 2.2.6 (transitive dependency of SAML).
This commit is contained in:
@@ -74,15 +74,26 @@
|
||||
<groupId>com.onelogin</groupId>
|
||||
<artifactId>java-saml</artifactId>
|
||||
<version>2.9.0</version>
|
||||
<!--
|
||||
Replace vulnerable version of Woodstox until upstream
|
||||
releases a version with fixed dependencies
|
||||
-->
|
||||
<exclusions>
|
||||
|
||||
<!--
|
||||
Replace vulnerable version of Woodstox until upstream
|
||||
releases a version with fixed dependencies
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>com.fasterxml.woodstox</groupId>
|
||||
<artifactId>woodstox-core</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<!--
|
||||
Replace vulnerable version of xmlsec until upstream
|
||||
releases a version with fixed dependencies
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>org.apache.santuario</groupId>
|
||||
<artifactId>xmlsec</artifactId>
|
||||
</exclusion>
|
||||
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
@@ -93,6 +104,13 @@
|
||||
<version>5.4.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Apache XML Security for Java -->
|
||||
<dependency>
|
||||
<groupId>org.apache.santuario</groupId>
|
||||
<artifactId>xmlsec</artifactId>
|
||||
<version>2.2.6</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user