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:
committed by
github-actions[bot]
parent
fd0eee4cc0
commit
4d54a87f3c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user