Skip to content

Set migration when dismissing Findings

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR changes Vulnerabilities::DismissService to mark new records as migrated_to_state_transition because it creates a Vulnerabilities::StateTransition record at the same time it creates a Vulnerabilities::Feedback.

This will allow us to migrate less records in !97699 (merged)

Related to #383112 (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