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

Fix missing directories #56

Closed MagielBruntink closed 3 years ago

MagielBruntink commented 3 years ago

Hi @elanzini,

I pushed some fixes to this branch related to missing directories (nitrite, cursor.txt, etc.).

An unrelated test in the NitriteController seems to be failing however, with:

org.dizitart.no2.exceptions.UniqueConstraintException: NO2.10003: unique key constraint violation for id
elanzini commented 3 years ago

thanks @MagielBruntink for the PR, those are indeed nice additions! I will first merge https://github.com/fasten-project/vulnerability-producer/pull/53 into develop and update this branch before merging to master.