Exclude cve CVE-2018-1115

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2018-06-14 18:58:58 -04:00
parent a097597bca
commit 431c98b496
+5
View File
@@ -119,4 +119,9 @@
<gav regex="true">^org\.postgresql:postgresql:.*$</gav> <gav regex="true">^org\.postgresql:postgresql:.*$</gav>
<cve>CVE-2017-14798</cve> <cve>CVE-2017-14798</cve>
</suppress> </suppress>
<suppress>
<notes>Does not affect the postgres client</notes>
<gav regex="true">^org\.postgresql:postgresql:.*$</gav>
<cve>CVE-2018-1115</cve>
</suppress>
</suppressions> </suppressions>