Skip to content

Add false-positive for pipeline finding in GraphQL query

Saikat Sarkar requested to merge graphql_for_pipeline_finding into master

What does this MR do?

This MR is related to this issue. In this MR, we are going to expose false-positive information in the GraphQL endpoint for pipeline findings.

With new capabilities of integrating VET to different analyzers, we need to expose false_positive information to the GrapqhQL endpoint for pipeline findings. For now, we are just exposing false_positive as a boolean value that will be used by the frontend to render flags information in the UI.

Screenshots or Screencasts (strongly suggested)

Screen_Shot_2021-07-29_at_4.59.23_PM

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Saikat Sarkar

Merge request reports