fix: remove vulnerable frontend CLI dependency - #133
Closed
seonghobae wants to merge 2 commits into
Closed
Conversation
Contributor
Greptile Summary
Confidence Score: 5/5머지에 안전합니다. 변경 범위가 명확히 의존성 제거와 CSS 인-트리 복사에 한정되어 있으며, 기존 기능을 훼손하지 않습니다. P1 이상의 이슈가 없습니다. 특별히 주의가 필요한 파일 없음. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["globals.css"] -->|"@import './shadcn-tailwind.css' (변경 후)"| B["shadcn-tailwind.css\n(인-트리 복사본)"]
A -->|"@import 'tailwindcss'"| C["tailwindcss"]
A -->|"@import 'tw-animate-css'"| D["tw-animate-css"]
E["package.json (이전)"] -->|"runtime dep"| F["shadcn@4.5.0"]
F --> G["fast-uri ⚠️"]
F --> H["hono ⚠️"]
F --> I["ip-address ⚠️"]
F --> J["node-domexception 🚫"]
L["package.json (이후)"] -->|"제거됨"| M["🗑️ shadcn 및 취약 트리"]
L -->|"로컬 CSS"| B
Reviews (2): Last reviewed commit: "docs: clarify local shadcn Tailwind sour..." | Re-trigger Greptile |
seonghobae
enabled auto-merge
May 10, 2026 21:51
This was referenced May 10, 2026
Contributor
Author
|
이 PR의 목적(프론트엔드 취약 의존성 제거)은 후속 보안 리메디에이션 및 릴리스 작업에 의해 supersede 되었습니다. 최신 릴리스 기준은 v0.13.0 입니다. |
auto-merge was automatically disabled
May 13, 2026 04:54
Pull request was closed
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
shadcnCLI package from frontend runtime dependencies.shadcn/tailwind.css.fast-uri,hono, andip-address, plus thenode-domexceptioninstall deprecation warning.Verification
npm audit --package-lock-only --omit=dev --audit-level=moderatenpm cinpm testnpm run lintnpm run buildgit diff --checkEvidence
shadcn,fast-uri,hono,express-rate-limit,ip-address, andnode-domexceptionare not present inpackage-lock.json.shadcn.Release program linkage
ip-addressby removing the parent dependency path entirely.Known external blocker