Patch axios vuln, harden CI workflows, and add OSS governance docs (v0.22.0)#5
Merged
Conversation
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
外部レビュー(セキュリティ / コード品質 / ドキュメント整合)の指摘をまとめて潰し、
@mimo-3/slack-cliを OSS として公開できる水準に整える v0.22.0 リリース PR。セキュリティ
package-lock.jsonを再生成し、axiosの HIGH 含む 13 件の advisory を解消(npm audit→ 0 vulnerabilities)claude-issue-triage.ymlの prompt injection 経路を遮断(Issue 本文を${{ }}直接展開からgh issue view経由に変更)command-wrapperのエラー / スタックトレース出力にredactSlackTokensを噛ませ、xox*-トークンが development モードで漏れないようにOSS 整備
SECURITY.md、CONTRIBUTING.md、CODE_OF_CONDUCT.md(Contributor Covenant 2.1)、Issue / PR テンプレートを追加package.jsonにrepository/bugs/homepageを追加し、authorを fork 状況に合わせて更新runs-on: ubuntu-slimをubuntu-latestに修正(標準ラベルでなく CI が動かない懸念があった)biome.jsonの$schemaを 2.4.10 に migrate