Skip to content

Commit

Permalink
Add suppresion for hibernate 3 CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
bukajsytlos authored and aklish committed Jan 5, 2021
1 parent 703927e commit d286bca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
<suppress until="2021-12-01Z">
<cve>CVE-2018-1258</cve>
</suppress>

<!-- https://hibernate.atlassian.net/browse/HHH-14225 -->
<suppress until="2021-06-01Z">
<cve>CVE-2020-25638</cve>
</suppress>
</suppressions>

0 comments on commit d286bca

Please sign in to comment.