There was an error while loading. Please reload this page.
1 parent dbdcec1 commit 054760aCopy full SHA for 054760a
1 file changed
pyoaev/signatures/types.py
@@ -63,6 +63,7 @@ class SignatureTypes(str, Enum):
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"
67
# AI adversarial validation: correlate AI defense (LLM firewall / guardrail) events back to a
68
# specific AI inject execution.
69
SIG_TYPE_AI_REQUEST_MARKER = "ai_request_marker"
0 commit comments