Skip to content

Commit 5f3e2af

Browse files
committed
More details on the slf4j vulnerability suppression
1 parent 3961897 commit 5f3e2af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

owasp-suppression.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<cpe>cpe:/a:restful_web_services_project:restful_web_services:7.x-2.1::~~~drupal~~</cpe>
2929
</suppress>
3030

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 -->
3135
<suppress>
3236
<notes><![CDATA[ Temporary suppression of slf4j vulnerability ]]></notes>
3337
<cpe>cpe:/a:slf4j:slf4j:1.8.0.beta</cpe>

0 commit comments

Comments
 (0)