Skip to content

Commit ffe71fb

Browse files
Version 7.8.2
1 parent 342d182 commit ffe71fb

4 files changed

Lines changed: 297 additions & 239 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.9.0 2025-12-08
4+
5+
- Fixed CVE-2025-55182 with update to Next.js 15.5.7 and React to 19.1.2
6+
37
## 7.8.0 2025-10-07
48

59
- Changed umbrella brand header text

src/owasp/suppressions.xml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3-
<suppress until="2025-08-01Z">
3+
<suppress until="2026-02-01Z">
44
<notes>Chart.js - uses third-party dependencies with vulnerabilities - requires update to new major version</notes>
55
<packageUrl regex="true">^pkg:javascript/moment\.js@.*$</packageUrl>
66
<cve>CVE-2022-24785</cve>
77
<cve>CVE-2022-31129</cve>
88
<cve>CVE-2023-22467</cve>
99
</suppress>
10-
<suppress until="2025-08-01Z">
11-
<notes>yasgui - uses third-party dependencies with vulnerabilities and is not actively developed anymore - see GOVDATADE-1551</notes>
12-
<packageUrl regex="true">^pkg:npm/dompurify@.*$</packageUrl>
13-
<cve>CVE-2025-48050</cve>
10+
<suppress until="2026-02-01Z">
11+
<notes>nodemailer - requires update to new major version</notes>
12+
<packageUrl regex="true">^pkg:npm/nodemailer@.*$</packageUrl>
13+
<cve>CVE-2025-13033</cve>
14+
</suppress>
15+
<suppress until="2026-02-01Z">
16+
<notes>glob - requires updates to @vitest/coverage and propably to @vitest</notes>
17+
<packageUrl regex="true">^pkg:npm/glob@.*$</packageUrl>
18+
<vulnerabilityName>GHSA-5j98-mcp5-4vw2</vulnerabilityName>
19+
</suppress>
20+
<suppress until="2026-02-01Z">
21+
<notes>jose - requires updates to openid-client</notes>
22+
<packageUrl regex="true">^pkg:npm/jose@.*$</packageUrl>
23+
<cve>CVE-2025-45767</cve>
1424
</suppress>
1525
</suppressions>

0 commit comments

Comments
 (0)