Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
AE-1893: Suppress opensaml vulnerability, it was for opensaml c++ imp…
Browse files Browse the repository at this point in the history
…lementation
  • Loading branch information
Juholei committed Jun 29, 2023
1 parent d278e31 commit e0ec40a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions etp-backend/nvd_suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,13 @@
<packageUrl regex="true">^pkg:maven/commons\-discovery/commons\-discovery@.*$</packageUrl>
<cve>CVE-2022-0869</cve>
</suppress>

<!-- OpenSAML C++, not Java -->
<suppress>
<notes><![CDATA[
file name: opensaml-2.5.1-1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.opensaml/opensaml@.*$</packageUrl>
<cve>CVE-2017-16853</cve>
</suppress>
</suppressions>

0 comments on commit e0ec40a

Please sign in to comment.