Skip to content

Commit ad53006

Browse files
Merge pull request #46 from BorderTech/jonathanaustin-patch-1
Update README.md
2 parents 447abba + 11ddb97 commit ad53006

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,18 @@ Create a [suppression](https://jeremylong.github.io/DependencyCheck/general/supp
227227
</property>
228228
```
229229

230+
#### Using OWASP behind a Proxy
231+
232+
If you are behind a Proxy then the OWASP plugin needs to be told which proxy to use. You can set the `mavenSettingsProxyId` property in your settings.xml to the appropriate PROXY-ID (which is usually defined in the same settings.xml).
233+
234+
``` XML
235+
<properties>
236+
<mavenSettingsProxyId>MY-PROXY-ID</mavenSettingsProxyId>
237+
</properties>
238+
```
239+
240+
Updating the OWASP vulnerability database can also be blocked by the PROXY blocking HTTP HEAD requests. To work around this you will need a command line option: `-Ddownloader.quick.query.timestamp=false`
241+
230242
### Enforcer Plugin
231243

232244
Refer to [enforcer plugin](https://maven.apache.org/enforcer/maven-enforcer-plugin/enforce-mojo.html) for all override details.

0 commit comments

Comments
 (0)