Hi
I would like to retrieve the vulnerabilities in a Gitlab project. I saw in the documentation (Vulnerability Findings API | GitLab) that the current REST API is deprecated and it is suggested to use the GraphQL method. Unfortunately, in the GraphQL model provided, Project.vulnerabilities
, the solution
and remediations
keys are missing, but there are present in the REST API data.
Do you know where I can retrieve this information with a GraphQL approach?
Thanks in advance