updated configuration settings

Former-commit-id: 3b84fd1eb72ccb772ec1ee6f808876fc235eb9ca
This commit is contained in:
Jeremy Long
2013-11-08 19:15:44 -05:00
parent 3232e60467
commit 648863d21b
2 changed files with 4 additions and 0 deletions

View File

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

View File

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