suppressed vulnerabiltiy warning in build, for Postgres JDBC-Driver,
since it's a vulnerability in Postgre itself Signed-off-by:Manuel Müller <manuel.mueller@geekinbusiness.de>
This commit is contained in:
@@ -108,4 +108,10 @@
|
||||
<gav regex="true">^org\.eclipse\.jetty\..*$</gav>
|
||||
<cpe>cpe:/a:mortbay_jetty:jetty</cpe>
|
||||
</suppress>
|
||||
<!--Vulnerabilty lies in Database Clusterscripts-->
|
||||
<suppress>
|
||||
<notes><![CDATA[file name: postgresql-42.1.4.jar]]></notes>
|
||||
<gav regex="true">^org\.postgresql:postgresql:.*$</gav>
|
||||
<cve>CVE-2017-8806</cve>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
|
||||
Reference in New Issue
Block a user