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

Unknown variable eq3 / eq6 #57

Closed pandatix closed 2 months ago

pandatix commented 3 months ago

Hey, while working on the validation framework discussed in the SIG, I copy-pasted enough code to generate vectors, and discovered some variables (eq3 and eq6) are unknown but used. As this does not panic in logs, I guess they are shared across functions, but can't confirm.

EQs are declared here.

Then EQ3/EQ6 are used with another name in multiple places (e.g. here and there).