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

Sort PURLs from project-kb statements #52

Closed elanzini closed 3 years ago

elanzini commented 3 years ago

The purls gathered from project-kb need to be sorted in order for the injection heuristics to work. Implement a orderPurls(List<String> purls) method in the PurlMapper class to take care of this.