Skip to content

Commit 054760a

Browse files
committed
feat(signatures): adding EMAIL_CUSTOM_HEADER type (#323)
1 parent dbdcec1 commit 054760a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyoaev/signatures/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class SignatureTypes(str, Enum):
6363
SIG_TYPE_FILE_HASH = "file_hash"
6464
SIG_TYPE_SOURCE_EMAIL = "source_email"
6565
SIG_TYPE_TARGET_EMAIL = "target_email"
66+
SIG_TYPE_EMAIL_CUSTOM_HEADER = "email_custom_header"
6667
# AI adversarial validation: correlate AI defense (LLM firewall / guardrail) events back to a
6768
# specific AI inject execution.
6869
SIG_TYPE_AI_REQUEST_MARKER = "ai_request_marker"

0 commit comments

Comments
 (0)