We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3961897 commit 5f3e2afCopy full SHA for 5f3e2af
owasp-suppression.xml
@@ -28,6 +28,10 @@
28
<cpe>cpe:/a:restful_web_services_project:restful_web_services:7.x-2.1::~~~drupal~~</cpe>
29
</suppress>
30
31
+ <!-- Temporary suppression of slf4j vulnerability. Version 1.8.0-beta2 is not affected by the bug.
32
+ However, because of a bug in the dependency check plugin the version is not parsed correctly:
33
+ https://github.com/jeremylong/DependencyCheck/issues/1229 -->
34
+ <!-- TODO: remove this suppression once the bug in the dep check plugin is fixed -->
35
<suppress>
36
<notes><![CDATA[ Temporary suppression of slf4j vulnerability ]]></notes>
37
<cpe>cpe:/a:slf4j:slf4j:1.8.0.beta</cpe>
0 commit comments