ImportDocument: prevent retry loops on duplicate-result entity lookups during PDF ingestion#6482
Closed
Copilot wants to merge 4 commits into
Closed
ImportDocument: prevent retry loops on duplicate-result entity lookups during PDF ingestion#6482Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/OpenCTI-Platform/connectors/sessions/84833c0d-6ace-4099-b48c-0ad6d2157938 Co-authored-by: SamuelHassine <1334279+SamuelHassine@users.noreply.github.com>
Agent-Logs-Url: https://github.com/OpenCTI-Platform/connectors/sessions/84833c0d-6ace-4099-b48c-0ad6d2157938 Co-authored-by: SamuelHassine <1334279+SamuelHassine@users.noreply.github.com>
…tic fallback Agent-Logs-Url: https://github.com/OpenCTI-Platform/connectors/sessions/84833c0d-6ace-4099-b48c-0ad6d2157938 Co-authored-by: SamuelHassine <1334279+SamuelHassine@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix connector's looping with specific .pdf
ImportDocument: prevent retry loops on duplicate-result entity lookups during PDF ingestion
May 21, 2026
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.
ImportDocument can get stuck reprocessing some PDFs when entity resolution fails with backend error
Id loading expect only one response(notably on Vulnerability / Attack-Pattern lookup paths). This change hardens lookup behavior so the connector can continue processing instead of failing the message and looping.Lookup hardening for parsed entities
DUPLICATE_ID_ERROR_MESSAGEand_read_entity_with_fallback(...)inreportimporter/core.py.Vulnerability.name) and MITRE technique (Attack-Pattern.x_mitre_id) resolution now use this helper.Controlled fallback behavior
read(filters=...).list(getAll=True, filters=...).Deterministic and safe fallback selection
list()returningNone.id(with warning).id.