Skip to content

Commit

Permalink
Update docstring in cvss/cvss4.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvob authored Apr 4, 2024
1 parent e9f7a0c commit 5604e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvss/cvss4.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def rh_vector(self):
"""
Returns cleaned vector with score in Red Hat notation, e.g. score/vector.
Example: 6.5/CVSS:3.0/AV:P/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N/E:H/RL:O/RC:R/CR:H/MAC:H/MC:L
Example: 7.3/CVSS:4.0/AV:P/AC:H/AT:N/PR:H/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:A
"""
return str(self.base_score) + "/" + self.clean_vector()

Expand Down

0 comments on commit 5604e3c

Please sign in to comment.