Handle missing importFiles in Hatching Triage auto-enrichment payloads#6483
Closed
Copilot wants to merge 3 commits into
Closed
Handle missing importFiles in Hatching Triage auto-enrichment payloads#6483Copilot wants to merge 3 commits into
importFiles in Hatching Triage auto-enrichment payloads#6483Copilot wants to merge 3 commits into
Conversation
…chment flow Agent-Logs-Url: https://github.com/OpenCTI-Platform/connectors/sessions/1de75d2e-970b-4db6-a440-c36b9b153985 Co-authored-by: SamuelHassine <1334279+SamuelHassine@users.noreply.github.com>
…ed enrichments Agent-Logs-Url: https://github.com/OpenCTI-Platform/connectors/sessions/1de75d2e-970b-4db6-a440-c36b9b153985 Co-authored-by: SamuelHassine <1334279+SamuelHassine@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix auto enrichment not working for Hatching Triage connector
Handle missing May 21, 2026
importFiles in Hatching Triage auto-enrichment payloads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-enrichment for Artifact observables could fail with
No files found...when trigger-filtered jobs delivered anenrichment_entitywithoutimportFiles, even though manual enrichment worked.This change makes Artifact processing resilient to that payload shape so connector behavior is consistent across manual and automatic triggers.
Artifact file resolution fallback
entity_type == artifactandimportFilesis missing/empty in the incoming payload, the connector now reloads the observable from OpenCTI withwithFiles=Trueusingentity_id.Defensive handling around reloaded payload/file metadata
importFilesentity_id(reload cannot be attempted)importFiles[0].idwith a clear error message before file download/submission.Scope of change