Skip to content

Commit f39f4cc

Browse files
Version 7.12.8
1 parent d997aa5 commit f39f4cc

4 files changed

Lines changed: 70 additions & 53 deletions

File tree

CHANGELOG.md

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

3+
## 7.12.8 2026-04-21
4+
- Fix CVE-2026-23869
5+
36
## 7.12.7 2026-04-10
47
- Fix CVE-2026-39363, CVE-2025-14874, CVE-2021-23337, GHSA-vvjj-xcjg-gr5g
58

src/owasp/suppressions.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3+
<suppress until="2026-06-01Z">
4+
<notes>lodash - Jsonwebtoken bundled in Next.js. Managed by Next.js compilation. Github Issue: https://github.com/vercel/next.js/issues/92454</notes>
5+
<filePath regex="true">.*node_modules/next/dist/compiled/jsonwebtoken/index\.js</filePath>
6+
<cve>CVE-2026-4800</cve>
7+
<cve>CVE-2026-2950</cve>
8+
</suppress>
9+
10+
<suppress until="2026-06-01Z">
11+
<notes>lodash - Babel packages bundled in Next.js. Managed by Next.js compilation. Github Issue: https://github.com/vercel/next.js/issues/92454</notes>
12+
<filePath regex="true">.*node_modules/next/dist/compiled/babel-packages/packages-bundle\.js</filePath>
13+
<cve>CVE-2026-4800</cve>
14+
<cve>CVE-2026-2950</cve>
15+
</suppress>
316
</suppressions>

webapp/package-lock.json

Lines changed: 51 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"i18next": "^23.15.2",
2626
"ioredis": "^5.4.1",
2727
"iron-session": "^8.0.3",
28-
"next": "16.1.7",
28+
"next": "16.2.3",
2929
"nodemailer": "^8.0.5",
3030
"normalize.css": "^8.0.1",
3131
"ol": "^10.4.0",
3232
"ol-mapbox-style": "^12.4.1",
3333
"openid-client": "^6.8.1",
3434
"pino": "^9.5.0",
3535
"prismjs": "^1.30.0",
36-
"react": "19.2.4",
37-
"react-dom": "19.2.4",
36+
"react": "19.2.5",
37+
"react-dom": "19.2.5",
3838
"react-easy-crop": "^5.4.1",
3939
"sanitize-html": "^2.13.1",
4040
"sharp": "^0.34.2",

0 commit comments

Comments
 (0)