MVN

com.h3xstream.maven : security-versions

Maven & Gradle

Nov 03, 2015
45 stars

Security Versions Verifier · Maven plugin that identify vulnerable libraries in Maven dependencies

<plugin>
    <groupId>com.h3xstream.maven</groupId>
    <artifactId>security-versions</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.h3xstream.maven : security-versions to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.h3xstream.maven : security-versions to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
security-versions-1.0.2
security-versions-1.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.h3xstream.maven</groupId>
    <artifactId>security-versions</artifactId>
    <version>1.0.2</version>
</plugin>