Skip to content

loto0704/VulnerabilityCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ライブラリ脆弱性チェックツール

チェックサイト

検証環境

  • Windows10
  • Python3.10.1

セットアップ

リポジトリをClone

$ git clone https://github.com/loto0704/VulnerabilityCheck.git

pipインストール

$ pip install -r requirements.txt

Chromeドライバーのダウンロード

下記サイトより、OSに合ったChromeドライバーをダウンロードしmain.pyと同じ階層に配置 https://chromedriver.chromium.org/downloads

起動

ライブラリ一覧インポート

$ python3 import.py [ライブラリ一覧Path] [仮想環境名]

引数なし

$ python3 main.py

引数あり(ライブラリ一覧Pathを直接指定)

$ python3 main.py [Path]

項目名

  • ライブラリ名
  • 検索値
  • バージョン
  • セキュリティアドバイス
  • URL

出力

ダウンロードフォルダにExcelファイルで保存される ※configファイルにて、出力フォルダ等を指定

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages