Skip to content

Commit

Permalink
fix: exemple 5 with new nvdDatafeedUrl parameter (#6215)
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviou committed Dec 4, 2023
1 parent 2f7d8b0 commit 48c6d99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maven/src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ and META files must also be mirrored; see https://nvd.nist.gov/vuln/data-feeds#J
<artifactId>dependency-check-maven</artifactId>
<version>${project.version}</version>
<configuration>
<cveUrlModified>http://internal-mirror.mycorp.com/nvdcve-1.1-modified.json.gz</cveUrlModified>
<cveUrlBase>http://internal-mirror.mycorp.com/nvdcve-1.1-%d.json.gz</cveUrlBase>
<nvdDatafeedUrl>http://internal-mirror.mycorp.com/nvdcve-{0}.json.gz</nvdDatafeedUrl>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 48c6d99

Please sign in to comment.