RedHatProductSecurity / cvss-v4-calculator

CVSS v4.0 calculator
https://redhatproductsecurity.github.io/cvss-v4-calculator/
BSD 2-Clause "Simplified" License
34 stars 25 forks source link
cvss security-tools

CVSS v4.0 calculator

The CVSS v4.0 Calculator is built based on the Common Vulnerability Scoring System (CVSS) version 4.0 Specification Document. This document serves as the authoritative reference for understanding how to calculate the severity of vulnerabilities.

This project is a web-based application that calculates the CVSS score for a given vulnerability. The core logic is implemented using JavaScript classes that encapsulate the CVSS metrics, scoring calculations, and vector string manipulations:

The application is live and can be accessed at CVSS v4.0 Calculator.

License

This project is licensed under the BSD-2-Clause License. See the LICENSE file for more information.