Skip to content

Commit 39eb594

Browse files
committed
add reference to maven artifacts
1 parent e76792b commit 39eb594

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/eu/righettod/SecurityUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,8 @@ public static String sanitizeLogMessage(String message, int maxMessageLength) {
16591659
* @see "https://portswigger.net/web-security/cross-site-scripting"
16601660
* @see "https://xmlgraphics.apache.org/batik/"
16611661
* @see "https://github.com/apache/xmlgraphics-batik/blob/main/batik-dom/src/main/java/org/apache/batik/dom/util/SAXDocumentFactory.java#L420"
1662+
* @see "https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-dom"
1663+
* @see "https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-anim"
16621664
* @see "https://portswigger.net/web-security/xxe"
16631665
* @see "https://portswigger.net/web-security/ssrf"
16641666
*/

0 commit comments

Comments
 (0)