From baed43201a03b517e90e9617a715686549d7c882 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Mon, 11 Apr 2022 20:57:00 -0500 Subject: [PATCH] another readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ac511b..aefbb61 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Check the HTTP API section below for specific endpoints that can be queried via - `Cpe` data from [nvd](https://nvd.nist.gov/products/cpe) 2.2 format. - `Cna` data from [mitre](https://raw.githubusercontent.com/CVEProject/cve-website/dev/src/assets/data/CNAsList.json). - `GithubPoc` data from [nomi-sec](https://github.com/nomi-sec/PoC-in-GitHub) github repo. -- `GithubAdvisories` data from [github_advisories_database](https://github.com/github/advisory-database/) github repo. +- `GithubAdvisory` data from [github_advisories_database](https://github.com/github/advisory-database/) github repo. +- `GithubUser` data from [github_graphql_api](https://docs.github.com/en/graphql) - `InthewildCveExploit` data from [inthewild.io](https://inthewild.io/api/exploited) exploited feed. - `TrickestPocCve` data from [trickest](https://github.com/trickest/cve) github repo. - `CvemonCve` data from [ARPSyndicate](https://raw.githubusercontent.com/ARPSyndicate/cvemon/main/data.json) github repo.