Skip to content

Add false-positive info of Vulnerability in GraphQL query

Saikat Sarkar requested to merge graphql_for_false_positive 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 project_path and group_path

With new capabilities of integrating VET to different analyzers, we need to expose false_positive information to GrapqhQL endpoint. 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)

With project path

Screen_Shot_2021-07-27_at_12.00.37_PM

With group path

Screen_Shot_2021-07-27_at_4.01.54_PM

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