Skip to content

Restrict vulnerability read update for non default branch

Subashis Chakraborty requested to merge 428893-dismiss-finding into master

This MR skips vulnerability read update when dismissing pipeline security findings which do not exist on the default branch.

Context: We do not create vulnerability read when vulnerability is not present of default branch. That is why currently if we try to update read entry while updating existing state transition it throws an error undefined method `update!' for nil:NilClass.

Related to #428893 (closed)

Edited by Subashis Chakraborty

Merge request reports