Skip to content

Commit

Permalink
Merge pull request #5055 from eXist-db/bugfix/dependency-check-maven
Browse files Browse the repository at this point in the history
[5.x.x] update settings for dependency-check-maven
  • Loading branch information
reinhapa authored Sep 13, 2023
2 parents fadddc3 + 4580633 commit 1d3419c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions exist-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,10 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.5.3</version>
<version>8.4.0</version>
<configuration>
<!-- Use Evolved Binary's mirror of nvd.nist.gov -->
<cveUrlModified>https://nvd.mirror.evolvedbinary.com/feeds/json/cve/1.1/nvdcve-1.1-modified.json.gz</cveUrlModified>
<cveUrlBase>https://nvd.mirror.evolvedbinary.com/feeds/json/cve/1.1/nvdcve-1.1-%d.json.gz</cveUrlBase>
<!-- The OSS Index Server (https://ossindex.sonatype.org) can sometimes be flaky -->
<ossIndexWarnOnlyOnRemoteErrors>true</ossIndexWarnOnlyOnRemoteErrors>

<archiveAnalyzerEnabled>false</archiveAnalyzerEnabled>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
Expand Down

0 comments on commit 1d3419c

Please sign in to comment.