Skip to content

Commit 285acf1

Browse files
committed
New threat object type
1 parent 24b003c commit 285acf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contentctl/objects/rba.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class ThreatObjectType(str, Enum):
3333
REGISTRY_VALUE_NAME = "registry_value_name"
3434
REGISTRY_VALUE_TEXT = "registry_value_text"
3535
SERVICE = "service"
36+
SIGNATURE = "signature"
3637
SYSTEM = "system"
3738
TLS_HASH = "tls_hash"
3839
URL = "url"
@@ -55,4 +56,4 @@ def __hash__(self):
5556
class rba_object(BaseModel, ABC):
5657
message: str
5758
risk_objects: Set[risk_object]
58-
threat_objects: Set[threat_object]
59+
threat_objects: Set[threat_object]

0 commit comments

Comments
 (0)