From 415edd22651dff9b5ca08fe931fd41d30b216d90 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 8 Nov 2013 19:15:44 -0500 Subject: [PATCH] updated configuration settings Former-commit-id: d7156d493cae5ab5ee8b0d1e75bd0260f065da50 --- dependency-check-ant/src/site/markdown/configuration.md | 2 ++ dependency-check-maven/src/site/markdown/configuration.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dependency-check-ant/src/site/markdown/configuration.md b/dependency-check-ant/src/site/markdown/configuration.md index 47d58e234..831ad93f9 100644 --- a/dependency-check-ant/src/site/markdown/configuration.md +++ b/dependency-check-ant/src/site/markdown/configuration.md @@ -30,6 +30,8 @@ AutoUpdate | If set to false the NVD CVE data is not automatically up 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 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 +ProxyPassword | Defines the proxy password. | Optional ConnectionTimeout | The connection timeout used when downloading data files from the Internet. | Optional diff --git a/dependency-check-maven/src/site/markdown/configuration.md b/dependency-check-maven/src/site/markdown/configuration.md index 67df4c24c..c5b9b3e45 100644 --- a/dependency-check-maven/src/site/markdown/configuration.md +++ b/dependency-check-maven/src/site/markdown/configuration.md @@ -11,3 +11,5 @@ format | The report format to be generated (HTML, XML, VULN, ALL). connectionTimeout | The Connection Timeout. | proxyUrl | The Proxy URL. | proxyPort | The Proxy Port. | +proxyUsername | Defines the proxy user name. | +proxyPassword | Defines the proxy password. |