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:60-65 — version == 3.1 hits the 3.0 <= v < 4.0 branch fine, but DEFAULT_VERSION = 3.1 as a float invites FP-equality bugs; prefer a string or tuple.
cvss_calculator.py:60-65 — version == 3.1 hits the 3.0 <= v < 4.0 branch fine, but DEFAULT_VERSION = 3.1 as a float invites FP-equality bugs; prefer a string or tuple.