Skip to content

Commit 4e40ad1

Browse files
haasonsaasclaude
andauthored
Fix HIGH severity Prototype Pollution in flatted (CVE-2026-33228) (#86)
Add npm override to pin flatted >=3.4.2, resolving the Prototype Pollution via parse() vulnerability. flatted is a transitive dependency of flat-cache (used by eslint). Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a31b179 commit 4e40ad1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

web/package-lock.json

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

web/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"recharts": "^3.8.0",
3535
"tailwindcss": "^4.2.1"
3636
},
37+
"overrides": {
38+
"flatted": ">=3.4.2"
39+
},
3740
"devDependencies": {
3841
"@eslint/js": "^9.39.1",
3942
"@types/node": "^24.10.1",

0 commit comments

Comments
 (0)