/cvsscalc

A PyQt-based CVSS v3 calculator.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

cvsscalc

cvsscalc is a PyQT-based CVSS v3 calculator.

Setup

cvsscalc requires Python >=3.5 and PyQt.

Sources

virtualenv cvsscalc
source cvsscalc/bin/activate
pip install -r requirements
cd cvsscalc && ./cvsscalc.py

Binary releases

Binary releases are available from the GitHub project (only Linux builds for now).

Licensing

cvsscalc is licensed under the GNU General Public License v3.