Skip to main content

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


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)

Uploaded Source

Built Distribution

CorrectCvss-1.1-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page