Verify the CVSS vector specification and receive JSON data to generate a CVSS vector.
Project description
CorrectCvss
Function Introduction
Correct the order of CVSS2 vectors and check for validity.
case:
from CorrectCvss.correct_cvss import correct_cvss2_vector
correct_cvss2_vector(cvss2_vector)
Correct the order of CVSS3 vectors and check for validity.
case:
from CorrectCvss.correct_cvss import correct_cvss3_vector
correct_cvss3_vector(cvss3_vector, 3.0)
correct_cvss3_vector(cvss3_vector, 3.1)
Corrected the order of CVSS4.0 vectors and checked validity.
case:
from CorrectCvss.correct_cvss import correct_cvss4_vector
correct_cvss4_vector(cvss4_vector)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CorrectCvss-1.1.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for CorrectCvss-1.1-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | e564e6d7c336834ece46add5628b675481a8071c771911ed5dc6bdd9d900bda1 |
|
| MD5 | d08c88f07f2ba50520a4c1a02fffcc96 |
|
| BLAKE2b-256 | 15d32b8ea91880b4532f7c6dc1bf09c87075d59a5a316d439b1486e80c3528a9 |