Contains a method in crawler component that sends a message to a rabbitMQ queue, which the reconciler can then grab befroe running. The message contains a list of CVEs that need to be reconciled since there's new raw data.
You'll need to setup RabbitMQ instance for this to work, I'm just using the latest docker image for now, command is here: https://www.rabbitmq.com/download.html
Contains a method in crawler component that sends a message to a rabbitMQ queue, which the reconciler can then grab befroe running. The message contains a list of CVEs that need to be reconciled since there's new raw data.
You'll need to setup RabbitMQ instance for this to work, I'm just using the latest docker image for now, command is here: https://www.rabbitmq.com/download.html