Consider Feedback type when creating Vulnerabilities from pipeline
requested to merge 383817-take-feedback-type-into-account-when-setting-state-of-vulnerability into master
What does this MR do and why?
Describe in detail what your merge request does and why.
This MR takes feedback_type
into account when creating new Vulnerabilities from ingestion pipelines.
At the moment we only look if there's a feedback present, if it is then we set the Vulnerability as dismissed
. That's not the desired behavior if the feedback_type
is issue
for example.
Related to #383817 (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.
-
I have evaluated the MR acceptance checklist for this MR.