fasten-project / vulnerability-producer

Gathers, enriches and publishes vulnerability information to a Kafka topic.
https://www.fasten-project.eu/
Apache License 2.0
6 stars 3 forks source link

GitLab Issue Related MRs not found #83

Closed elanzini closed 3 years ago

elanzini commented 3 years ago

If we look at this issue from CVE-2020-26418, currently the PatchFinder is not able to find the three related merge requests because the merge_commit_sha of them is not provided in the response of the GitLab API.

The information is found in the sha field of the JSON response and should also be parsed.