You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cvss_calculator.py:76 — version >= 4.0 after the 3.0 <= v < 4.0 branch is unreachable for non-4.0 floats; the final else raises ValueError but branches can never actually fall to it. maybe dead code.
cvss_calculator.py:76 — version >= 4.0 after the 3.0 <= v < 4.0 branch is unreachable for non-4.0 floats; the final else raises ValueError but branches can never actually fall to it. maybe dead code.