This repository was archived by the owner on Jul 31, 2026. It is now read-only.
fix(deps): hono 4.12.21 → 4.12.31 잠금파일 갱신으로 감사 실패 해소 - #187
Merged
Conversation
pnpm audit가 @modelcontextprotocol/sdk 전이 의존성 hono(<4.12.25)에서 취약점 5건(high 1·moderate 4, GHSA-wgpf-jwqj-8h8p 등)을 보고해 모든 PR의 security/validate-all 게이트가 실패하던 문제. SDK 허용 범위(^4.11.4) 안에서 잠금파일만 갱신, package.json 무변경. 갱신 후 pnpm audit --audit-level=moderate 취약점 0건.
HARNESS review (approve)
session: handoffs: 7
05-codex-review.mdHandoff: codex-review (round 1, agent: codex-reviewer, mock/gpt-5-codex)Decided: self-review 와 일치. 추가 medium 1 (timeout 미설정). Issues
provider=mock model=gpt-5-codex duration_ms=0 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
무엇을
pnpm-lock.yaml에서 전이 의존성hono를 4.12.21 → 4.12.31로 갱신 (7줄, package.json 무변경).왜
pnpm audit --audit-level=moderate가@modelcontextprotocol/sdk > hono(<4.12.25)에서 취약점 5건(high 1 · moderate 4, GHSA-wgpf-jwqj-8h8p 등)을 보고, 최근의 모든 PR에서 security → validate-all 게이트가 연쇄 실패하던 근본 원인. 열린 dependabot PR 7건(#164 #165 #166 #182 #184 #185 #186)이 전부 이것 때문에 막혀 있음.검증
pnpm audit --audit-level=moderate→ No known vulnerabilities found^4.11.4내 갱신이라 코드 영향 없음후속
이 PR 병합 후 dependabot PR 7건 리베이스 → CI 초록 확인 → 순차 병합 예정.