Extend metadata with [metadata.extended] section (#1306)

* Extend metadata with `[metadata.extended]` section
* Remove whitespace
* Comment that it's a dict

(cherry picked from commit f1476b1637)
This commit is contained in:
Ross Wolf
2021-06-25 17:02:11 -06:00
committed by github-actions[bot]
parent fd0eee4cc0
commit 4d54a87f3c
+3
View File
@@ -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: