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. |