Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ライブラリの脆弱性チェックを行う #728

Closed
3 tasks
stmtk1 opened this issue Aug 21, 2023 · 3 comments · Fixed by #1152
Closed
3 tasks

ライブラリの脆弱性チェックを行う #728

stmtk1 opened this issue Aug 21, 2023 · 3 comments · Fixed by #1152
Assignees

Comments

@stmtk1
Copy link
Contributor

stmtk1 commented Aug 21, 2023

内容

JavaScriptでいうnpm auditのようにライブラリの脆弱性チェックを行う機構を導入する。

Pros 良くなる点

  • ライブラリの更新をするべきかどうかの判断材料が増える

Cons 悪くなる点

  • 依存ライブラリが増えそう

実現方法

safetyというライブラリがあるのでこれを使えば良さそう。

VOICEVOXのバージョン

0.?.0

OSの種類/ディストリ/バージョン

  • Windows
  • macOS
  • Linux

その他

@Hiroshiba
Copy link
Member

良さそうに感じました!!!

@tarepan
Copy link
Contributor

tarepan commented Mar 8, 2024

設計

脆弱性チェックシステムは次の要素により構築できそうです:

safety 導入が可能であることが #733 にて検証済みです。

現状

本 issue の実装者を募集しています。興味のある方は気軽にコメントください👍

@tarepan tarepan added 状態:実装者募集 実装者を募集している状態 and removed 状態:実装 実装をおこなっている状態 labels Mar 8, 2024
@tarepan tarepan added 状態:実装 実装をおこなっている状態 and removed 状態:実装者募集 実装者を募集している状態 labels Mar 28, 2024
@tarepan
Copy link
Contributor

tarepan commented Mar 28, 2024

着手します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants