From b00833c2de03b6c40b8401a87e272c328b5dfb3c Mon Sep 17 00:00:00 2001 From: bloihl Date: Tue, 20 Sep 2016 15:40:37 -0700 Subject: [PATCH] update ant docs with hintsFile option --- dependency-check-ant/src/site/markdown/config-purge.md | 2 +- dependency-check-ant/src/site/markdown/configuration.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dependency-check-ant/src/site/markdown/config-purge.md b/dependency-check-ant/src/site/markdown/config-purge.md index e7026070a..74b1bfa82 100644 --- a/dependency-check-ant/src/site/markdown/config-purge.md +++ b/dependency-check-ant/src/site/markdown/config-purge.md @@ -2,7 +2,7 @@ Configuration ==================== The dependency-check-purge task deletes the local copy of the NVD. This task should rarely be used, if ever. This is included as a convenience method in -the rare circumstance that the local H2 database because corrupt. +the rare circumstance that the local H2 database becomes corrupt. ```xml diff --git a/dependency-check-ant/src/site/markdown/configuration.md b/dependency-check-ant/src/site/markdown/configuration.md index a711cd013..41e585767 100644 --- a/dependency-check-ant/src/site/markdown/configuration.md +++ b/dependency-check-ant/src/site/markdown/configuration.md @@ -39,6 +39,7 @@ projectName | The name of the project being scanned. reportFormat | The report format to be generated (HTML, XML, VULN, ALL). This configuration option has no affect if using this within the Site plugin unless the externalReport is set to true. | HTML reportOutputDirectory | The location to write the report(s). Note, this is not used if generating the report as part of a `mvn site` build | 'target' suppressionFile | The file path to the XML suppression file \- used to suppress [false positives](../general/suppression.html) |   +hintsFile | The file path to the XML hints file \- used to add evidence [false negatives](../general/hints.html) |   proxyServer | The Proxy Server; see the [proxy configuration](../data/proxy.html) page for more information. |   proxyPort | The Proxy Port. |   proxyUsername | Defines the proxy user name. |