{"id":48741786,"url":"https://github.com/0xberka/cve-alert","last_synced_at":"2026-04-12T07:46:13.548Z","repository":{"id":342174255,"uuid":"1173000311","full_name":"0xberka/cve-alert","owner":"0xberka","description":"Automate vulnerability tracking by fetching new CVEs and pushing timely alerts to Discord.","archived":false,"fork":false,"pushed_at":"2026-03-05T03:38:53.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T08:14:56.630Z","etag":null,"topics":["alert","automation","containerized","cve","cve-alert","cve-monitoring","cve-tracking","cybersecurity","discord-webhook","docker","infosec","python","security","security-automation","security-tools","threat-intelligence"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xberka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T22:58:28.000Z","updated_at":"2026-03-05T03:38:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/0xberka/cve-alert","commit_stats":null,"previous_names":["0xberka/cve-alert"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/0xberka/cve-alert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xberka%2Fcve-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xberka%2Fcve-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xberka%2Fcve-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xberka%2Fcve-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xberka","download_url":"https://codeload.github.com/0xberka/cve-alert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xberka%2Fcve-alert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31707953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alert","automation","containerized","cve","cve-alert","cve-monitoring","cve-tracking","cybersecurity","discord-webhook","docker","infosec","python","security","security-automation","security-tools","threat-intelligence"],"created_at":"2026-04-12T07:46:12.820Z","updated_at":"2026-04-12T07:46:13.541Z","avatar_url":"https://github.com/0xberka.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CVE Alert\nLightweight CVE monitoring service that tracks new entries from the [CVEProject/cvelistV5](https://github.com/CVEProject/cvelistV5) repository and sends alerts to Discord via webhook.\n\n## Features\n- Monitors Official CVE List v5\n- Detects Only New CVEs\n- Fetches Full Description\n- Discord Webhook Alerts\n- Continuous Background Monitoring\n- Structured Logging\n- Container-Ready\n\n## Planned Features\n- Severity filtering (CVSS)\n- Vendor/product filtering\n- Rate limiting for Discord alerts\n- Batching multiple CVEs into a single message\n\n## Architecture Overview\n1. Fetch deltaLog.json file from **cvelistV5** repository.\n2. Compare against locally stored CVE IDs.\n3. Identify new entries.\n4. Fetch detailed CVE description.\n5. Send alert to Discord webhook.\n6. Persist updated state.\n\n## CVE Alert in Docker\nCVE Alert can run as a container using Docker. This is recommended because it simplifies setup and keeps your system clean.\n\n1. Create a `.env` file with your Discord webhook. You can copy `.env.template` and replace the placeholder URL with your own.\n\n2. Build the container locally and, if you like, use Docker Compose to start it:\n```bash\ndocker compose up\n```\n\n3. You can pull and run the image directly from Docker Hub:\n```bash\ndocker run -it --name cve-alert --restart unless-stopped --env-file .env oubarka/cve-alert:latest\n```\n\u003e **NOTE**: If using a Docker volume, make sure the container user has write access.\n\n## CVE Alert Logs\nCVE Alert keeps a record of its activity in log files stored on your machine.\n\n- All logs are saved in the data/log/ folder.\n- Each log file has a timestamp in its name, for example:\n```\ncve-alert-20260304-121109.log\n```\n- Logs include:\n  - When the service starts\n  - New CVEs detected\n  - Alerts sent to Discord\n  - Errors\n\n## License\nCVE Alert is licensed under the **GNU General Public License v3.0 (GPLv3)**.\nSee the [LICENSE](LICENSE) file or [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xberka%2Fcve-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xberka%2Fcve-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xberka%2Fcve-alert/lists"}