Common Vulnerability Scoring System (CVSS) captures severity metrics for a finding. VulHunt supports CVSS versions 2, 3, 3.1, and 4. A CVSS object is created using one of the methods provided by VulHunt listed below:Documentation Index
Fetch the complete documentation index at: https://vulhunt-docs.binarly.io/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Description | Parameters | Return Type |
|---|---|---|---|
cvss:v2 | Creates a CVSS v2.0 score object | Table | CVSS object |
cvss:v3 | Creates a CVSS v3.0 score object | Table | CVSS object |
cvss:v3_1 | Creates a CVSS v3.1 score object | Table | CVSS object |
cvss:v4 | Creates a CVSS v4.0 score object | Table | CVSS object |
| Field | Description | Type |
|---|---|---|
base | Base score | string |
exploitability | Exploitability score | string |
impact | Impact score | string |
vector | Vector (e.g. “AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H”) | string |