Skip to content

Commit

Permalink
add another clojure redundant CVE suppression, fix project.matrix NVD…
Browse files Browse the repository at this point in the history
… artifact
  • Loading branch information
d-t-w committed Feb 5, 2024
1 parent acdb491 commit 6c75644
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: nvd-${{ matrix.project.profile }}-${{ github.sha }}
name: nvd-${{ matrix.project }}-${{ github.sha }}
path: ./${{ matrix.project }}/dependency-check/report/*
retention-days: 1
5 changes: 5 additions & 0 deletions slipway-jetty10/dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
<packageUrl regex="true">^pkg:maven/org\.clojure/.*$</packageUrl>
<cve>CVE-2017-20189</cve>
</suppress>
<suppress>
<notes>Clojure false positive</notes>
<packageUrl regex="true">^pkg:maven/ring/ring\-codec@.*$</packageUrl>
<cve>CVE-2017-20189</cve>
</suppress>
</suppressions>
5 changes: 5 additions & 0 deletions slipway-jetty11/dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
<packageUrl regex="true">^pkg:maven/org\.clojure/.*$</packageUrl>
<cve>CVE-2017-20189</cve>
</suppress>
<suppress>
<notes>Clojure false positive</notes>
<packageUrl regex="true">^pkg:maven/ring/ring\-codec@.*$</packageUrl>
<cve>CVE-2017-20189</cve>
</suppress>
</suppressions>
5 changes: 5 additions & 0 deletions slipway-jetty9/dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
<packageUrl regex="true">^pkg:maven/org\.clojure/.*$</packageUrl>
<cve>CVE-2017-20189</cve>
</suppress>
<suppress>
<notes>Clojure false positive</notes>
<packageUrl regex="true">^pkg:maven/ring/ring\-codec@.*$</packageUrl>
<cve>CVE-2017-20189</cve>
</suppress>
</suppressions>

0 comments on commit 6c75644

Please sign in to comment.