Skip to content

Commit 54c7d28

Browse files
committed
add CVE-2021-42340 to owasp suppressions
1 parent bb7e832 commit 54c7d28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

owasp/suppressions.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
<cve>CVE-2021-22118</cve>
3030
</suppress>
3131
<suppress>
32-
<!-- tomcat-embed-core-9.0.52.jar : CVE-2020-0822-->
32+
<!-- tomcat-embed-core-9.0.52.jar: CVE-2020-0822 -->
3333
<cve>CVE-2020-0822</cve>
34+
<!-- tomcat-embed-core-9.0.52.jar: CVE-2021-42340 -->
35+
<cve>CVE-2021-42340</cve>
3436
</suppress>
3537
</suppressions>

0 commit comments

Comments
 (0)