fix(security): update vulnerable transitive dependencies#113
Closed
therealbrad wants to merge 2 commits intomainfrom
Closed
fix(security): update vulnerable transitive dependencies#113therealbrad wants to merge 2 commits intomainfrom
therealbrad wants to merge 2 commits intomainfrom
Conversation
Update dompurify, hono, @hono/node-server, and multer to patched versions in testplanit. Run npm audit fix in forge-app to resolve transitive dependency vulnerabilities. Remaining unresolvable vulns are in transitive deps locked by eslint-config-next, shadcn, swagger-ui-react, @svgr/webpack, and pm2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update pnpm overrides to resolve Dependabot security alerts: - @hono/node-server: 1.19.9 → 1.19.10 (authorization bypass) - hono: >=4.11.10 → >=4.12.4 (serveStatic file access, SSE injection, cookie injection) - dompurify: ^3.2.4 → ^3.3.2 (XSS vulnerability) - svgo: add override >=3.3.3 (DoS via entity expansion) - minimatch@3: ^3.1.3 → ^3.1.4 (ReDoS) - serialize-javascript: add override >=7.0.3 (RCE via RegExp/Date) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
AI doens't do a good job with these dependencies. I'll do it myself. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
pnpm installsucceeds cleanlypnpm buildcompletes in testplanit🤖 Generated with Claude Code