RedHatProductSecurity / cvss-v4-calculator

CVSS v4.0 calculator
https://redhatproductsecurity.github.io/cvss-v4-calculator/
BSD 2-Clause "Simplified" License
32 stars 22 forks source link

Specific Vector Crashes Calculator #16

Closed petermell closed 1 year ago

petermell commented 1 year ago

This metric value set crashes the calculator:

https://skontar.github.io/cvss-v4.0-calculator/#CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:A/CR:M/IR:H/AR:M/MVI:H/MSI:H/MSA:S

Here is another one: https://skontar.github.io/cvss-v4.0-calculator/#CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:A/CR:H/IR:M/AR:M/MVI:H/MSI:S/MSA:S

skontar commented 1 year ago

Good catch. My mistake, I did not notice that the new CSV file has only one line header and my conversion script missed macro vector 000000.

Fixed in 0552e38.