Skip to content

GraphQL for Vulnerability MR Feedback

What does this MR do?

This MR resolves #223811 to create a GraphQL endpoint to create merge request feedback for a vulnerability.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Implementation Details

The following fields are necessary in vulnerability_data for the FE to send to the BE to create the MR from the vulnerability:

  • file
  • title
  • id
  • description
  • target_branch
  • severity
  • confidence
  • location_text
  • location_link
  • solution
  • identifiers
    • name
    • url
  • links
    • url
    • name
  • remediations
    • diff
  • scanner
    • name
  • scan
    • type
    • status
    • start_time
    • end_time
Edited by Jonathan Schafer

Merge request reports