more readme update

This commit is contained in:
Brendan McDevitt 2022-04-07 04:39:50 -05:00
parent e8401ddedb
commit 16ea868013

View file

@ -1,6 +1,12 @@
# data_importer
Import common security data such as CVE, CPE, and Security Advisories from various CNAs into a rails app with a postgresql db backend.
This is a rails/postgres application that will serve json data from the following data sources:
- Cves
- Cpes
- CNA Security Advisories
- Github repositories that track public exploits for Cves.
Check the HTTP API section below for specific endpoints that can be queried via http.
## Supported data models:
- `Cve` data from [cve_list](https://github.com/CVEProject/cvelist) github repo.