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

Improve accuracy of Patch Links reporting #54

Closed elanzini closed 3 years ago

elanzini commented 3 years ago

Currently, when patch_links are picked up from some Parsers, they are not injected in the patch_links of the Vulnerability Object. For example, if a GitHub commit is found to be closing an issue, we want to extract commit to be reported as patch_link instead of the issue. In order to do this, the Patch Object definition will be extended to also include an extra field patchUrl that carries this information safely.