Skip to content

Commit b488c22

Browse files
committed
Update enum for RiskSeverity to
fix bug with informational searches having wrong output (info) written to savedsearches.conf
1 parent a92a9ed commit b488c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ class RiskSeverity(str,enum.Enum):
415415
# 60 - medium (41-60 for us)
416416
# 80 - high (61-80 for us)
417417
# 100 - critical (81 - 100 for us)
418-
INFO = "info"
418+
INFORMATIONAL = "informational"
419419
LOW = "low"
420420
MEDIUM = "medium"
421421
HIGH = "high"

0 commit comments

Comments
 (0)