Skip to content

feat(signatures): adding url hash, file hash, source email and target email (#323) - #324

Draft
guzmud wants to merge 1 commit into
mainfrom
feat/323-email-signature-types
Draft

feat(signatures): adding url hash, file hash, source email and target email (#323)#324
guzmud wants to merge 1 commit into
mainfrom
feat/323-email-signature-types

Conversation

@guzmud

@guzmud guzmud commented Jul 28, 2026

Copy link
Copy Markdown
Member

Proposed changes

  • Adding SIG_TYPE_URL_HASH (instead of SIG_TYPE_MAIL_URL_HASH) with a value of url_hash to make it more reusable with other injectors/collectors
  • Adding SIG_TYPE_FILE_HASH (instead of SIG_TYPE_MAIL_ATTACHMENT_HASH) with a value of file_hash to make it more reusable with other injectors/collectors
  • Adding SIG_TYPE_SOURCE_EMAIL and SIG_TYPE_TARGET_EMAIL with values of source_email and target_email instead of SIG_TYPE_MAIL_SOURCE_EMAIL and SIG_TYPE_MAIL_PLAYER_EMAIL to reflect nomenclature used for IP addresses

Related issues

@github-actions github-actions Bot added the filigran team Item from the Filigran team. label Jul 28, 2026
@guzmud

guzmud commented Jul 28, 2026

Copy link
Copy Markdown
Member Author

@guzmud
guzmud requested review from Kakudou, Megafredo and mariot July 28, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team Item from the Filigran team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(signatures): add email-related signatures to type enumeration

2 participants