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

Replace DiffParser with java-diff-utils #65

Closed elanzini closed 3 years ago

elanzini commented 3 years ago

Instead of using the in-house built DiffParser, we can use https://github.com/java-diff-utils/java-diff-utils to extract information from diffs. Further, we are going to split the hit lines between original and new hit lines, separating the search for callables before and after the release of the patched version. This allows for a more accurate search of callables.