fix: resolve high severity dependency vulnerabilities - #199
Merged
Conversation
- brace-expansion 1.1.16 → 1.1.18 (CVE-2026-14257: DoS via unbounded expansion) - brace-expansion 5.0.7 → 5.0.9 (same DoS fix + bypass mitigation) - nanoid 3.3.16 → 3.3.18 (infinite loop when size is zero) All fixes applied via npm audit fix. No API or behavior changes.
Owner
Author
|
@fuba 定期セキュリティチェックにより、以下の脆弱性を検出・修正しました。 修正済み (fuba-browser)
全てdevDependency(eslintツールチェイン)のため、本番影響なし。 他リポジトリの結果
Go リポジトリ(histree-core, tv-viewer backend)については、脆弱性データベースへのアクセスが環境制限により実行できませんでした。ローカル環境での Generated by Claude Code |
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
brace-expansion1.1.16 → 1.1.18, 5.0.7 → 5.0.9: DoS via unbounded expansion length (CVE-2026-14257) and bypass mitigation (GHSA-rgw5-rvv9-x895)nanoid3.3.16 → 3.3.18: infinite loop when size is zero (GHSA-2v37-7h3g-55p8)All fixes applied via
npm audit fix. Onlypackage-lock.jsonchanged — no API or behavior changes. All affected packages are devDependencies (eslint tooling).Generated by Claude Code