jar

com.github.bgalek.security.svg : safe-svg

Maven & Gradle

Dec 27, 2022
38 stars

safe-svg · Simple and lightweight library that helps to validate SVG files in security manners.

Table Of Contents

Latest Version

Download com.github.bgalek.security.svg : safe-svg JAR file - Latest Versions:

All Versions

Download com.github.bgalek.security.svg : safe-svg JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window safe-svg-1.1.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.bgalek.security.svg

├─ com.github.bgalek.security.svg.InvalidXMLSyntaxException.class - [JAR]

├─ com.github.bgalek.security.svg.NegativeValidationResult.class - [JAR]

├─ com.github.bgalek.security.svg.PositiveValidationResult.class - [JAR]

├─ com.github.bgalek.security.svg.SvgAttributes.class - [JAR]

├─ com.github.bgalek.security.svg.SvgElements.class - [JAR]

├─ com.github.bgalek.security.svg.SvgSecurityValidator.class - [JAR]

├─ com.github.bgalek.security.svg.SvgSecurityValidatorBuilder.class - [JAR]

├─ com.github.bgalek.security.svg.ValidationResult.class - [JAR]

├─ com.github.bgalek.security.svg.XssDetector.class - [JAR]

Advertisement