From 8dac57d4cfb4a8d09c9b2046907a5abeb6bc4cf7 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 16 Nov 2013 09:26:22 -0500 Subject: [PATCH] added information about configuring the verbose log file Former-commit-id: 90e9c7ea24698d8a1a8b5c52828b7bc64dda8b4e --- dependency-check-ant/src/site/markdown/configuration.md | 1 + dependency-check-maven/src/site/markdown/configuration.md | 1 + 2 files changed, 2 insertions(+) diff --git a/dependency-check-ant/src/site/markdown/configuration.md b/dependency-check-ant/src/site/markdown/configuration.md index 831ad93f9..f26791aa5 100644 --- a/dependency-check-ant/src/site/markdown/configuration.md +++ b/dependency-check-ant/src/site/markdown/configuration.md @@ -28,6 +28,7 @@ ReportOutputDirectory | The directory where dependency-check will store data use FailBuildOn | If set and a CVE is found that is greater then the specified value the build will fail. The default value is 11 which means that the build will not fail. Valid values are 0-11. | Optional AutoUpdate | If set to false the NVD CVE data is not automatically updated. Setting this to false could result in false negatives. However, this may be required in some environments. The default value is true. | Optional DataDirectory | The directory where dependency-check will store data used for analysis. Defaults to a folder called, called 'dependency-check-data', that is in the same directory as the dependency-check-ant jar file was installed in. *It is not recommended to change this.* | Optional +LogFile | The file path to write verbose logging information. | Optional ProxyUrl | Defines the proxy used to connect to the Internet. | Optional ProxyPort | Defines the port for the proxy. | Optional ProxyUsername | Defines the proxy user name. | Optional diff --git a/dependency-check-maven/src/site/markdown/configuration.md b/dependency-check-maven/src/site/markdown/configuration.md index c5b9b3e45..261219d64 100644 --- a/dependency-check-maven/src/site/markdown/configuration.md +++ b/dependency-check-maven/src/site/markdown/configuration.md @@ -8,6 +8,7 @@ autoUpdate | Sets whether auto-updating of the NVD CVE/CPE data is enab externalReport | When using as a Site plugin this parameter sets whether or not the external report format should be used. | false failBuildOnCVSS | Specifies if the build should be failed if a CVSS score above a specified level is identified. The default is 11 which means since the CVSS scores are 0-10, by default the build will never fail. | 11 format | 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 +logFile | The file path to write verbose logging information. | connectionTimeout | The Connection Timeout. | proxyUrl | The Proxy URL. | proxyPort | The Proxy Port. |