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
It would be great to also have the documentation for each value in a CVSS vector available through the library. For instance, for Attack Complexity (AC), https://www.first.org/cvss/calculator/3.1 has a tooltip of:
This metric describes the conditions beyond the attacker’s control that must exist in order to exploit the vulnerability. Such conditions may require the collection of more information about the target or computational exceptions. The assessment of this metric excludes any requirements for user interaction in order to exploit the vulnerability. If a specific configuration is required for an attack to succeed, the Base metrics should be scored assuming the vulnerable component is in that configuration."
The text was updated successfully, but these errors were encountered:
It would be great to also have the documentation for each value in a CVSS vector available through the library. For instance, for
Attack Complexity (AC)
, https://www.first.org/cvss/calculator/3.1 has a tooltip of:The text was updated successfully, but these errors were encountered: