Skip to content

chore: Set MarkDroppedAsResolvedWorker as idempotent

Lucas Charles requested to merge set-mark-dropped-as-resolved-as-idempotent into master

What does this MR do and why?

Mark the Vulnerabilities::Ingestion::MarkDroppedAsResolvedWorker as idempotent to allow deduplication work as expected

This worker queries against detected vulns to transition to a resolved state, so it should be idempotent and executable without side-effects

Currently behind a feature flag partially enabled for internal projects

Relates to #375128 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading