The OWASP AntiSamy project is a collection of APIs for safely allowing users to supply their own HTML and CSS without exposing the site to XSS vulnerabilities.
'org.owasp.antisamy:antisamy-distribution:1.5.2'
<dependency> <groupId>org.owasp.antisamy</groupId> <artifactId>antisamy-distribution</artifactId> <version>1.5.2</version> </dependency>
<dependency org="org.owasp.antisamy" name="antisamy-distribution" rev="1.5.2"/>
"org.owasp.antisamy", "antisamy-distribution", "1.5.2"