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 79fbb2b commit ddafd48Copy full SHA for ddafd48
contentctl/objects/abstract_security_content_objects/detection_abstract.py
@@ -484,7 +484,7 @@ def serialize_model(self):
484
"datamodel": self.datamodel,
485
"source": self.source,
486
"nes_fields": self.nes_fields,
487
- "rba": self.rba,
+ "rba": self.rba or {},
488
}
489
if self.deployment.alert_action.notable:
490
model["risk_severity"] = self.severity
0 commit comments