diff --git a/README.md b/README.md index b770fb5e79..a420cb7b4d 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,10 @@ If you are trying to copy the examples somewhere else and modifying them. Consid # if trying to modify the 'topic' example: cd examples/jms/topic && mvn dependency:list +### Open Web Application Security Project (OWASP) Report +If you wish to generate the report for CCV dependencies, you may run it with the -Powasp profile + + $ mvn -Powasp verify + +The output will be under ./target/dependency-check-report.html **for each** sub-module. \ No newline at end of file diff --git a/pom.xml b/pom.xml index b6032ada11..23177b2dc4 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ 0.11.0 0.9.5 1.0-alpha-1 + 1.4.3 ${project.version} 1 @@ -138,6 +139,7 @@ ${project.basedir} true true + true 1.0-alpha-2 javac-with-errorprone @@ -302,6 +304,19 @@ + + org.owasp + dependency-check-core + ${owasp.version} + + + + org.owasp + dependency-check-utils + ${owasp.version} + + + org.fusesource.hawtbuf @@ -608,6 +623,12 @@ + + owasp + + false + + dev @@ -1208,6 +1229,24 @@ 3.0.0 true + + org.owasp + dependency-check-maven + ${owasp.version} + + ${skipOWASP} + + + + + + check + + + + + @@ -1269,6 +1308,19 @@ maven-surefire-report-plugin 2.14.1 + + org.owasp + dependency-check-maven + ${owasp.version} + + + + aggregate + + + + +