Skip to content

Fix fuzz testing results in MR widget

- requested to merge 255183-bug-hide-fuzz-mr-widget into master

What does this MR do?

Hides coverage fuzzing because the endpoint never existed. It will be properly added in #210343 (closed)

Issue: #255183 (closed)

Bug

The MR widget UI was created for coverage fuzzing but was suppose to remain hidden until we implemented the fuzzing reports endpoint. The vue getter only checks if a report exists, and not if we a valid report path to hit. This MR makes the rendering logic consistent with the fetch logic.

Before

Screen_Shot_2020-09-24_at_5.12.05_AM

After

Screen_Shot_2020-09-24_at_5.11.21_AM

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Mark Florian

Merge request reports