Skip to content

Commit

Permalink
two small typofixes (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder authored Dec 12, 2023
1 parent 806b1ce commit 7a4184c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ssvc/decision_points/safety_impact.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Operator resiliency: Requires action by system operator to maintain safe system state as a result of exploitation of the "
"vulnerability where operator actions would be well within expected operator abilities; OR causes a minor occupational safety hazard. "
"System resiliency: Small reduction in built-in system safety margins; OR small reduction in system functional capabilities that support safe operation. "
"Environment Minor externalities (property damage, environmental damage, etc.) imposed on other parties. "
"Environment: Minor externalities (property damage, environmental damage, etc.) imposed on other parties. "
"Financial Financial losses, which are not readily absorbable, to multiple persons. "
"Psychological: Emotional or psychological harm, sufficient to be cause for counselling or therapy, to multiple persons.",
)
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_cvss_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def setUp(self) -> None:
name=f"test_{i}",
description=f"test_{i}",
version="1.0",
key="TDP{i}",
key=f"TDP{i}",
values=(
SsvcDecisionPointValue(
name=f"yes_{i}",
Expand Down

0 comments on commit 7a4184c

Please sign in to comment.