Skip to content

chore: fix --exclude-filter in bulkcorrelate action#1013

Open
kireetivar wants to merge 1 commit into
fortify:feat/v3.x/aviator/26.3from
kireetivar:fix/exclude_filter
Open

chore: fix --exclude-filter in bulkcorrelate action#1013
kireetivar wants to merge 1 commit into
fortify:feat/v3.x/aviator/26.3from
kireetivar:fix/exclude_filter

Conversation

@kireetivar
Copy link
Copy Markdown
Contributor

Fix the bulkcorrelate action so --exclude-filter actually removes matching SSC application versions from the correlation candidate set.

What changed

Replace the exclusion membership check with an ID-keyed lookup built from the issueaging exclusion results.

The previous implementation collected excluded IDs in an array and used contains() when filtering candidates. In bulkcorrelate, that comparison was not reliable for the candidate and exclusion record shapes returned by the action flow, so excluded versions could still be processed.

@kireetivar kireetivar self-assigned this May 22, 2026
@kireetivar kireetivar requested a review from rsenden May 22, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant