Skip to content

Commit 8af1e48

Browse files
committed
Fixed suppression for latest version of dep check plugin
1 parent 38871ca commit 8af1e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owasp-suppression.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- TODO: remove this suppression once the bug in the dep check plugin is fixed -->
3535
<suppress>
3636
<notes><![CDATA[ Temporary suppression of slf4j vulnerability ]]></notes>
37-
<cpe>cpe:/a:slf4j:slf4j:1.8.0.beta</cpe>
37+
<cpe>cpe:/a:slf4j:slf4j:1.8.0</cpe>
3838
</suppress>
3939

4040
</suppressions>

0 commit comments

Comments
 (0)