fix: resolve npm audit moderate vulnerabilities#19
Open
yahyasaqban-lab wants to merge 1 commit into
Open
Conversation
Updated transitive dependencies via npm audit fix: - hono: 4.12.17 -> 4.12.18+ (CSS injection, JWT validation, cache leakage) - ip-address: 10.1.0 -> 10.1.1+ (XSS in Address6) Build verified to still pass. Note: This is a lockfile-only fix. For durability, consider bumping @modelcontextprotocol/sdk when a new version pins the fixed deps. Fixes eliottreich#17 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
|
Thanks for this, genuinely useful work. We've put a funded $10 TaskBounty bounty on the underlying issue: https://www.task-bounty.com/task/taskbounty-mcp-server-17-resolve-3-moderate-npm-au-nw89of . To claim it, register at https://www.task-bounty.com/, then submit your fix through the platform (REST API, MCP server, or the patch-upload endpoint). It runs against the repo's own tests in an isolated sandbox, and on a verified pass you're paid through escrow in USDC, ETH, BTC, or bank. We keep payment on-platform so it stays verified and auditable for everyone. First verified submission wins it. |
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
Ran
npm audit fixto resolve 3 moderate-severity advisories in transitive dependencies:Test plan
npm ci && npm auditnow reports 0 vulnerabilitiesnpm run buildpassespackage-lock.jsonchangedNote
This is a lockfile-only fix. For durability, consider bumping
@modelcontextprotocol/sdkwhen a new version pins the fixed deps.Fixes #17
🤖 Generated with Claude Code