Skip to content

Commit a7b86ba

Browse files
committed
update risk level reference
1 parent b488c22 commit a7b86ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/detection_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def risk_score(self) -> int:
5454
@property
5555
def severity(self)->RiskSeverity:
5656
if 0 <= self.risk_score <= 20:
57-
return RiskSeverity.INFO
57+
return RiskSeverity.INFORMATIONAL
5858
elif 20 < self.risk_score <= 40:
5959
return RiskSeverity.LOW
6060
elif 40 < self.risk_score <= 60:

0 commit comments

Comments
 (0)