Exclude new spring 5.0.5 cve

master
Andrew DeMaria 5 years ago
parent 5dc96ba011
commit 54e1237320
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 5
      airsonic-main/cve-suppressed.xml

@ -163,4 +163,9 @@
<gav regex="true">.*slf4j.*</gav>
<cve>CVE-2018-8088</cve>
</suppress>
<suppress>
<notes><![CDATA[This only impacts spring 5.0.5 which we dont use]]></notes>
<gav regex="true">.*spring.*</gav>
<cve>CVE-2018-1258</cve>
</suppress>
</suppressions>

Loading…
Cancel
Save