TimothyHarder / CVSS-Calculator

Making this project for fun, and because I wanted to learn more about the metrics and calculations that go into this score.
GNU General Public License v2.0
1 stars 0 forks source link
cvss3 security

CVSS-Calculator

The calculator works, just create a CVSS object and pass along the required metrics.

The format for the metrics can be found at the bottom of the main.py file.

There is a lot of cleanup needed for the readability of the math. I have been trying out a web IDE and there isn't as much linting as I am used to.

This is not something I intend on supporting long-term, I just wanted to make it for fun, and so that I could understand the cvss calculation better.

I am working on fixing a bug with the environmental metrics, and I am going to add a method to the class to ingest a vector string.