Pentest Tools

Published on June 30th, 2015 📆 | 2044 Views ⚑

0

pycvss3 – Python API Calculator for the CVSS v3 released


Text to Speech Demo
First.org made available the version 3 of the Common Vulnerability Scoring System (CVSS). The new system is the latest update of the universal open and standardized method for rating IT vulnerabilities and determining the urgency of response. The updated version includes enhancements such as: the promotion of consistency in scoring, the replacement of Scoring Tips in order to more clearly guide end users of CVSS, and consideration of the system in order to make it more applicable to modern concerns. More information on the standard is available at https://www.first.org/cvss.

pycvss3 is Python library calculator for the newest CVSS v3 and can be invoked from scripts either as API or directly from command line.

v0.2

  • Added support to Environmental score.
  • Fixed few calculation bugs in pycvss.py class
  • Fixed the non_defined valued in metrics.py class

[adsense size='1']





v0.1

  • Initial release with the ability to calculatec the Base and Temporal scores in compliance with the CVSS v3.0 specifications (https://www.first.org/cvss/specification-document) The environmental score will be added later despite the fact the formula is in the code and working great.
  • Added api_call.py to demonstrate how to invoke the class.
  • Added the cvss_3.calc.py command line that accepts the CVSS v3.0 vector as input.

Tagged with:



Comments are closed.