diff --git a/detection_rules/rule.py b/detection_rules/rule.py index d01172769..9bdfc5ede 100644 --- a/detection_rules/rule.py +++ b/detection_rules/rule.py @@ -40,6 +40,9 @@ class RuleMeta(MarshmallowDataclassMixin): query_schema_validation: Optional[bool] related_endpoint_rules: Optional[List[str]] + # Extended information as an arbitrary dictionary + extended = Optional[dict] + @dataclass(frozen=True) class BaseThreatEntry: