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

Use a voting pool to infer PURLs #89

Closed elanzini closed 3 years ago

elanzini commented 3 years ago

Using a voting pool allows us to "validate" the mappings that we store. Currently, the mappings used are immutable. This means that if a wrong mapping is stored, it would pollute the entire inference.

Closes #84