Skip to content

Commit c1f64d1

Browse files
committed
Close issue ESAPI#586 by updating to AntiSamy 1.5.12.
Also remove comment about CVE-2020-14338 which is not addressed by previous Synkbot PR.
1 parent 3b57136 commit c1f64d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>org.owasp.antisamy</groupId>
240240
<artifactId>antisamy</artifactId>
241-
<version>1.5.11</version>
241+
<version>1.5.12</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>org.slf4j</groupId>
@@ -285,7 +285,6 @@
285285
<dependency>
286286
<groupId>xerces</groupId>
287287
<artifactId>xercesImpl</artifactId>
288-
<!-- Note: CVE-2020-14338) in xercesImpl:2.12.0 but Apache has not released an update to this library yet to eliminate it. See ESAPI-security-bulletin3.pdf for further details. -->
289288
<version>2.12.1</version>
290289
</dependency>
291290
<dependency>
@@ -939,4 +938,4 @@
939938
</build>
940939
</profile>
941940
</profiles>
942-
</project>
941+
</project>

0 commit comments

Comments
 (0)