CVE Notifications Service
Software Development: ActiveState
The problem was that we had a lot of real time data populating Kafka topics for CVEs our users were concerned about in their software packages, but users still had to manually check. Our solution was to email users about security vulnerabilities based on their alert settings.
I wrote a service for our cluster in Go to digest our CVE topics and generate emails for users who had exposure to these vulnerabilities, but only if it was of a severity level matching their configured interest.