Skip to content

Commit ae4df68

Browse files
Update src/ssvc/decision_points/cvss/helpers.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1979396 commit ae4df68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssvc/decision_points/cvss/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _modify_4(dp: DecisionPoint):
103103

104104
# Note: For MSI and MSA, There is also a highest severity level, Safety (S), in addition to the same values as the
105105
# corresponding Base Metric (High, Medium, Low).
106-
if key in ["MSI","MSA"]:
106+
if key in ["MSI", "MSA"]:
107107
_SAFETY = DecisionPointValue(
108108
name="Safety",
109109
key="S",

0 commit comments

Comments
 (0)