Skip to content

Commit 952aef0

Browse files
authored
feat(signatures): adding url hash, file hash, source email and target email (#323)
1 parent ab7e19f commit 952aef0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyoaev/signatures/types.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ class SignatureTypes(str, Enum):
5959
SIG_TYPE_CLOUD_REGION = "cloud_region"
6060
SIG_TYPE_TARGET_SERVICE = "target_service"
6161
SIG_TYPE_QUERY = "query"
62+
SIG_TYPE_URL_HASH = "url_hash"
63+
SIG_TYPE_FILE_HASH = "file_hash"
64+
SIG_TYPE_SOURCE_EMAIL = "source_email"
65+
SIG_TYPE_TARGET_EMAIL = "target_email"
66+
SIG_TYPE_EMAIL_CUSTOM_HEADER = "email_custom_header"
6267
# AI adversarial validation: correlate AI defense (LLM firewall / guardrail) events back to a
6368
# specific AI inject execution.
6469
SIG_TYPE_AI_REQUEST_MARKER = "ai_request_marker"

0 commit comments

Comments
 (0)