/vulnerability_scanner

Scan your project for vulnerabilities by searching through GitHub issues.

Primary LanguagePython

GitHub issues mainly consist of errors found by people - These errors may indicate that security vulnerabilities exist. This package aims at scanning through a repository issues and determining the risk for vulnerabilities.

Example:

preview image

Installation & Usage

This package uses poetry for packaging.

pip install poetry
poetry install
poetry run python -m src.scanner [--verbose]