Uses of Class
org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Packages that use BaseDependencyCheckMojo Package Description org.owasp.dependencycheck.maven This is the main package containing the Mojo Maven Plugin - dependency-check. -
-
Uses of BaseDependencyCheckMojo in org.owasp.dependencycheck.maven
Subclasses of BaseDependencyCheckMojo in org.owasp.dependencycheck.maven Modifier and Type Class Description class
AggregateMojo
Maven Plugin that checks project dependencies and the dependencies of all child modules to see if they have any known published vulnerabilities.class
CheckMojo
Maven Plugin that checks the project dependencies to see if they have any known published vulnerabilities.class
PurgeMojo
Maven Plugin that purges the local copy of the NVD data.class
UpdateMojo
Maven Plugin that updates the local cache of the NVD data from NIST.
-