Skip to content

Commit ca62eac

Browse files
1. Updated the dependency-check plugin to version 6.0.3.
2. Removed any local suppressions since these false positives have been addressed in the above mentioned version.
1 parent bf47109 commit ca62eac

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.nvd-suppressions.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd">
3-
<suppress>
4-
<notes></notes>
5-
<filePath regex="true">.*\bmsal4j-1.6.1\.jar</filePath>
6-
<cpe>cpe:/a:http_authentication_library_project:http_authentication_library</cpe>
7-
</suppress>
8-
<suppress>
9-
<notes></notes>
10-
<filePath regex="true">.*\boauth2-oidc-sdk-6.14\.jar</filePath>
11-
<cpe>cpe:/a:openid:openid</cpe>
12-
</suppress>
133
</suppressions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.owasp</groupId>
9898
<artifactId>dependency-check-maven</artifactId>
99-
<version>6.0.2</version>
99+
<version>6.0.3</version>
100100
<configuration>
101101
<failBuildOnCVSS>7</failBuildOnCVSS>
102102
<suppressionFiles>

0 commit comments

Comments
 (0)