Skip to content

Commit 8b3f1b4

Browse files
extend CVE suppressions 3mo.
1 parent c915d01 commit 8b3f1b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/owasp/suppressions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd ">
3-
<suppress until = "2025-10-15">
3+
<suppress until = "2026-01-13">
44
<!--
55
Pebble literal templates can permit loading from the filesystem.
66
If a user could control the template input this would be an issue,
@@ -10,15 +10,15 @@
1010
-->
1111
<cve>CVE-2025-1686</cve>
1212
</suppress>
13-
<suppress until = "2025-10-15">
13+
<suppress until = "2026-01-13">
1414
<!--
1515
The direct dependencies on commons-beanutils have been coerced
1616
into using an updated version but sonar-plugin-api bundles its
1717
own affected version.
1818
-->
1919
<cve>CVE-2025-48734</cve>
2020
</suppress>
21-
<suppress until = "2025-10-15">
21+
<suppress until = "2026-01-13">
2222
<!--
2323
Apache Commons Lang ClassUtils.getClass(...) can throw an Error
2424
on long inputs. We do not use this method.

0 commit comments

Comments
 (0)