{"id":29692179,"url":"https://github.com/rsc-dev/cve_db","last_synced_at":"2026-02-13T23:32:52.646Z","repository":{"id":81354460,"uuid":"78763556","full_name":"rsc-dev/cve_db","owner":"rsc-dev","description":"Common Vulnerabilities and Exposures DB and Python API","archived":false,"fork":false,"pushed_at":"2017-01-25T16:04:01.000Z","size":11697,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-13T07:29:32.885Z","etag":null,"topics":["cve","database","security"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsc-dev.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}},"created_at":"2017-01-12T16:19:06.000Z","updated_at":"2021-02-11T16:45:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"67a0e188-9d0e-4c7e-bbcf-6d6e84124a93","html_url":"https://github.com/rsc-dev/cve_db","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rsc-dev/cve_db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsc-dev%2Fcve_db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsc-dev%2Fcve_db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsc-dev%2Fcve_db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsc-dev%2Fcve_db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsc-dev","download_url":"https://codeload.github.com/rsc-dev/cve_db/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsc-dev%2Fcve_db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29423534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: 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":["cve","database","security"],"created_at":"2025-07-23T07:34:19.991Z","updated_at":"2026-02-13T23:32:52.631Z","avatar_url":"https://github.com/rsc-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CVE DB\n\n## About\nCVE DB is a sqlite DB with CVEs and Python API.\nCVEs are scrapped from [CVE Details](https://www.cvedetails.com/).\n\nLatest DB is from 17.01.2017.\n\n## Why?\nIt seems there is no developer friendly CVE data available.\n\n## Usage\n### DB\nDownload latest sqlite DB from [dbs](https://github.com/rsc-dev/cve_db/tree/master/dbs) and extract.\n\n### Python\n#### Updating DB\n```python\nwith open('csv_list.txt', 'r') as csv_h:\n        with CVE_DB() as db:\n            for cve_name in csv_h:\n                cve = cve_name.strip()\n                v = VulnerabilityBuilder.get_vulnerability_by_cve_net(cve)\n                if v is not None:\n                    db.add_vulnerability(v)\n```\n\n#### DB lookup \n```python\nwith CVE_DB('db_file_name') as db:\n    v = VulnerabilityBuilder.get_vulnerability_by_cve_db(db, 'CVE-2014-6271')\n    print v.__dict__\n```\n\n\n## License\nCode is released under [MIT license](https://github.com/rsc-dev/cve_db/blob/master/LICENSE) © [Radoslaw '[rsc]' Matusiak](https://rm2084.blogspot.com/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsc-dev%2Fcve_db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsc-dev%2Fcve_db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsc-dev%2Fcve_db/lists"}