We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b488c22 commit a7b86baCopy full SHA for a7b86ba
contentctl/objects/detection_tags.py
@@ -54,7 +54,7 @@ def risk_score(self) -> int:
54
@property
55
def severity(self)->RiskSeverity:
56
if 0 <= self.risk_score <= 20:
57
- return RiskSeverity.INFO
+ return RiskSeverity.INFORMATIONAL
58
elif 20 < self.risk_score <= 40:
59
return RiskSeverity.LOW
60
elif 40 < self.risk_score <= 60:
0 commit comments