Skip to content

fix: add security overrides for js-yaml and ip-address in bots - #42

Merged
sysnote8main merged 1 commit into
mainfrom
feat/37-dependabot-bots
Aug 25, 2026
Merged

fix: add security overrides for js-yaml and ip-address in bots#42
sysnote8main merged 1 commit into
mainfrom
feat/37-dependabot-bots

Conversation

@sysnote8main

Copy link
Copy Markdown
Contributor

Closes #37

Dependabot アラート 6件のうち 5件を pnpm overrides で解消:

  • ip-address >=10.3.1 — high 1件 + medium 2件 (SSRF 系)
  • js-yaml >=4.3.1 <5 — high (CVE-2026-59870)。メジャーアップは互換リスクがあるため 4.x パッチラインに留める
  • (uuid は既存の overrides 済み)

残る 1件

  • extract-zip (alert wikiを充実させる #7, high): 上流にパッチ済みバージョンが存在しない (最新 = 脆弱な 2.0.1)。
    bot スクリプトは信頼できない zip 展開を行わないため、 Dependabot アラートを却下 (dismiss) する。

- ip-address >=10.3.1 (high 1件 + medium 2件: SSRF 系)
- js-yaml >=4.3.1 <5 (high: CVE-2026-59870、メジャー互換維持のため 4.x に留める)

Closes #37
@sysnote8main
sysnote8main merged commit 109b023 into main Aug 25, 2026
2 checks passed
@sysnote8main
sysnote8main deleted the feat/37-dependabot-bots branch August 25, 2026 14:09
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.

deps: bots の Dependabot 脆弱性 6件 (high 3件) を解消

1 participant