Skip to content

fix: close #42#43

Merged
reaatech merged 1 commit into
mainfrom
issue/ci-failing-on-main-all-checks-passed-security-audit-42
Jun 7, 2026
Merged

fix: close #42#43
reaatech merged 1 commit into
mainfrom
issue/ci-failing-on-main-all-checks-passed-security-audit-42

Conversation

@reaatech

@reaatech reaatech commented Jun 7, 2026

Copy link
Copy Markdown
Owner

Summary

The fix was a one-line bump in package.json:53 — the existing pnpm.overrides.hono was set to >=4.12.18 but the vulnerabilities (GHSA-xrhx-7g5j-rcj5, GHSA-3hrh-pfw6-9m5x, GHSA-f577-qrjj-4474, GHSA-2gcr-mfcq-wcc3) required >=4.12.21. Bumping to >=4.12.21 forces the transitive hono dependency (pulled in by @modelcontextprotocol/sdk) to the patched version, and pnpm audit --audit-level moderate now exits 0 with no known vulnerabilities.

Closes #42

The fix was a one-line bump in `package.json:53` — the existing `pnpm.overrides.hono` was set to `>=4.12.18` but the vulnerabilities (GHSA-xrhx-7g5j-rcj5, GHSA-3hrh-pfw6-9m5x, GHSA-f577-qrjj-4474, GHSA-2gcr-mfcq-wcc3) required `>=4.12.21`. Bumping to `>=4.12.21` forces the transitive `hono` dependency (pulled in by `@modelcontextprotocol/sdk`) to the patched version, and `pnpm audit --audit-level moderate` now exits 0 with no known vulnerabilities.
@reaatech reaatech merged commit 96e3693 into main Jun 7, 2026
10 checks passed
@reaatech reaatech deleted the issue/ci-failing-on-main-all-checks-passed-security-audit-42 branch June 7, 2026 14:18
@reaatech

reaatech commented Jun 7, 2026

Copy link
Copy Markdown
Owner Author

✅ PR Pipeline Complete

  • Scope: In scope
  • Coverage: 100%
  • CI: All checks passed
  • Merge: 96e3693

Release to npm is handled separately by the weekly publish job; this PR will be included if it resolves a High/Critical-labelled issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI failing on main: All Checks Passed, Security Audit

1 participant