[
https://issues.apache.org/jira/browse/SLING-10953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470436#comment-17470436
]
Robert Munteanu commented on SLING-10953:
-----------------------------------------
There is a discussion on the AntiSamy issue tracker about this particular
issue, but I'm not sure if the fix will help us or not -
https://github.com/nahsra/antisamy/issues/103 . The last commit delegates to
the build-in parser from the JDK
{code:java}
TransformerFactory.newInstance("com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl",
null );
{code}
I am not sure if this helps us or not, needs investigating.
> Update dependency Antisamy version from 1.5.10 to 1.6.4
> -------------------------------------------------------
>
> Key: SLING-10953
> URL: https://issues.apache.org/jira/browse/SLING-10953
> Project: Sling
> Issue Type: Improvement
> Reporter: Tatyana Vogel
> Priority: Major
> Fix For: XSS Protection API 2.2.18
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The latest version of AntiSamy is 1.6.4, see
> https://search.maven.org/search?q=g:org.owasp.antisamy%20AND%20a:antisamy .
> We should upgrade to that version, since we embed the AntiSamy bundle and
> there is no other way for consumers of the bundle to upgrade.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)