Skip to content

Commit

Permalink
[bugfix] update settings for dependency-check-maven
Browse files Browse the repository at this point in the history
Synced from develop
  • Loading branch information
dizzzz authored Sep 11, 2023
1 parent bf10158 commit 4580633
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 4580633

Please sign in to comment.