Skip to content

Commit 2001964

Browse files
DTSPB-4915 handle cve-2025-48924 (#1329)
Add suppression for Apache Commons Lang CVE.
2 parents a9a9069 + 4a4479c commit 2001964

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/owasp/suppressions.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,11 @@
2121
<suppress until = "2025-10-15">
2222
<cve>CVE-2025-48976</cve>
2323
</suppress>
24-
24+
<suppress until = "2025-10-15">
25+
<!--
26+
Apache Commons Lang ClassUtils.getClass(...) can throw an Error
27+
on long inputs. We do not use this method.
28+
-->
29+
<cve>CVE-2025-48924</cve>
30+
</suppress>
2531
</suppressions>

0 commit comments

Comments
 (0)