From 9f1681a36a58f7c13da766e8f8370f1fc60a0bab Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Tue, 29 Oct 2024 15:15:55 -0500 Subject: [PATCH] NO-JIRA update OWASP doc --- docs/hacking-guide/_building.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hacking-guide/_building.adoc b/docs/hacking-guide/_building.adoc index 40c2b3c21a..11e9db9bfc 100644 --- a/docs/hacking-guide/_building.adoc +++ b/docs/hacking-guide/_building.adoc @@ -78,4 +78,4 @@ If you wish to generate a report for dependency CVEs you may build with the `-Po ---- $ mvn -Powasp verify -DskipTests ---- -The output will be under `./target/dependency-check-report.html` for *each* sub-module. \ No newline at end of file +The output for every module will be aggregated in `./target/dependency-check-report.html`.