Skip to content

Commit d17ab91

Browse files
authored
[#896] CVE-2022-34169 Apache Xalan Java XSLT library integer truncation issue when processing malicious XSLT stylesheets (#897)
1 parent b66c1e4 commit d17ab91

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

openam-federation/OpenFM/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
1515
* Copyright 2011-2016 ForgeRock AS.
16-
* Portions copyright 2017-2024 3A Systems, LLC
16+
* Portions copyright 2017-2025 3A Systems, LLC
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
@@ -180,7 +180,12 @@
180180
<dependency>
181181
<groupId>xalan</groupId>
182182
<artifactId>xalan</artifactId>
183-
<version>2.7.2</version>
183+
<version>2.7.3</version>
184+
</dependency>
185+
<dependency>
186+
<groupId>xalan</groupId>
187+
<artifactId>serializer</artifactId>
188+
<version>2.7.3</version>
184189
</dependency>
185190
</dependencies>
186191
</project>

0 commit comments

Comments
 (0)