Skip to content

Commit 3a10fb8

Browse files
Version 7.9.1
1 parent af4ee33 commit 3a10fb8

24 files changed

Lines changed: 764 additions & 1199 deletions

File tree

CHANGELOG.md

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

3+
## 7.9.1 2025-12-16
4+
5+
- Updated brace-expansion to 1.1.12 (fixes GHSA-v6h2-p8h4-qcjw)
6+
- Updated vite to 7.2.7 (fixes CVE-2025-58751, CVE-2025-58752, GHSA-g4jq-h2w9-997c, GHSA-jqfw-vq24-v9c3, GHSA-93m4-6634-74q7)
7+
- Updated eslint to 9.39.1 (fixes GHSA-xffm-g5w8-qvg7)
8+
- Updated vitest to 4.0.15 (fixes GHSA-5j98-mcp5-4vw2)
9+
- Updated openid-client to 6.8.1 (fixes CVE-2025-45767)
10+
- Updated nodemailer to 7.0.11 (fixes CVE-2025-13033)
11+
312
## 7.8.3 2025-12-12
413

514
- Fixed CVE-2025-55183 and CVE-2025-55184 with update to Next.js 15.5.9 and React to 19.1.4

src/owasp/suppressions.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,4 @@
77
<cve>CVE-2022-31129</cve>
88
<cve>CVE-2023-22467</cve>
99
</suppress>
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>
24-
</suppress>
2510
</suppressions>

webapp/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

0 commit comments

Comments
 (0)