Skip to content

Remove vulnerability counter from security tab

What does this MR do?

This MR removes the vulnerability count from the Security tab in the pipeline view. The counter has been deemed superfluous because:

  • It does not reflect the severity of the vulnerabilities (i.e. 1 critical + 9 low = 10 and 9 critical + 1 low = 10)
  • When filtering vulnerabilities in the security dashboard, the counter would be updated with the filtered item count, instead of statically displaying the overall total

Screenshots

Before After
image image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #13978 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports