Closed sapsimon closed 3 years ago
Thanks for the PR. Does this only affect CVSS v3.1 or does it also impact v3.0?
As I have seen, this seem only to impact v3.1. v3.0 implementation does not contain the scores MAC/MAV/MPR/MUI/MS.
Thanks what my assumption was, but thanks for confirming.
When MAC/MAV/MPR/MUI/MS was set to NOT_DEFINED the wrong score was calculated, because there was no fallback case to the "not modified" scores AC/AV/PR/UI/S, instead the score weight 0 was used. This caused wrong calculations (see regression tests)