Skip to content

Commit 5c87fbc

Browse files
committed
chore: add suppressions for false positives
1 parent e69a1a6 commit 5c87fbc

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/cve.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
format: 'HTML'
2222
out: 'reports' # this is the default, no need to specify unless you wish to override it
2323
args: >
24+
--suppression gradle-suppressions.xml
2425
--failOnCVSS 5
2526
--enableRetired
2627

gradle-suppressions.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3+
<suppress>
4+
<notes><![CDATA[
5+
file name: jgit-proxy-server-0.0.1-SNAPSHOT.jar
6+
]]></notes>
7+
<sha1>7346fea9464b00d983f2b9ba1c761c7e823c7835</sha1>
8+
<cpe>cpe:/a:finos:gitproxy</cpe>
9+
</suppress>
10+
<suppress>
11+
<notes><![CDATA[
12+
file name: jgit-proxy-server-0.0.1-SNAPSHOT.jar
13+
]]></notes>
14+
<sha1>7346fea9464b00d983f2b9ba1c761c7e823c7835</sha1>
15+
<cpe>cpe:/a:jetty:jetty</cpe>
16+
</suppress>
17+
</suppressions>

0 commit comments

Comments
 (0)