I’ve been working on a cybersecurity project called OneAlert and wanted to share it here for feedback.
The project explores how vulnerability intelligence can be collected and correlated with assets in order to generate meaningful alerts.
collects vulnerability intelligence feeds
normalizes vulnerability data
correlates vulnerabilities with assets
generates alerts for relevant vulnerabilities
Python / FastAPI
PostgreSQL
background ingestion jobs
The project was also inspired by challenges in monitoring industrial and legacy environments, where vulnerability visibility can be limited.
Repo
https://github.com/mangod12/cybersecuritysaas
Any suggestions for improving the architecture or detection logic would be appreciated.