dompurify
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>dompurify</artifactId>
<version>3.4.11</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>dompurify</artifactId>
<version>3.4.11</version>
<name>dompurify</name>
<description>DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It runs as JavaScript and works in all modern browsers, as well as in Node.js (via jsdom). DOMPurify is written by security people who have vast background in web a</description>
<url>https://github.com/cure53/DOMPurify</url>
<organization>
<name>Dr.-Ing. Mario Heiderich, Cure53</name>
<url>https://github.com/cure53/DOMPurify</url>
</organization>
<licenses>
<license>
<name>(MPL-2.0 OR Apache-2.0)</name>
</license>
</licenses>
<developers>
<developer>
<name>cure53</name>
<email>mario@cure53.de</email>
</developer>
</developers>
<scm>
<connection>git://github.com/cure53/DOMPurify.git</connection>
<developerConnection>git://github.com/cure53/DOMPurify.git</developerConnection>
<url>git://github.com/cure53/DOMPurify</url>
</scm>
<issueManagement>
<url>https://github.com/cure53/DOMPurify/issues</url>
</issueManagement>
</project>