Skip to content

Remove `vulnerabilities_finding_pipeline` deleting code

What does this MR do and why?

Context

We are dropping the vulnerability_occurrence_pipelines table (epic)

We stopped reading and writing two this table in previous MRs:

We are now cleaning up the various remaining application code as preparation to actually drop the table.

This MR

There are places in the codebase where we have workers or services that delete rows from the vulnerability_finding_pipelines table.

This MR deletes or modifies this application code to no longer reference the vulnerability_occurrence_pipelines table

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.


Related to #450797
Resolves: #486989 (closed)

Edited by Michael Becker

Merge request reports

Loading