From 347cba31c193a80f6cd72a32f066424ee86c8279 Mon Sep 17 00:00:00 2001 From: mschwager Date: Sun, 6 Oct 2019 05:19:15 -0600 Subject: [PATCH] Added CRXcavator to security (#940) * Added CRXcavator to security * Fix conflict issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 019298c9..a2180212 100644 --- a/README.md +++ b/README.md @@ -709,6 +709,7 @@ API | Description | Auth | HTTPS | CORS | ### Security API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [CRXcavator](https://crxcavator.io/apidocs) | Chrome extension risk scoring | `apiKey` | Yes | Unknown | | [FilterLists](https://filterlists.com/api) | Lists of filters for adblockers and firewalls | No | Yes | Unknown | | [HaveIBeenPwned](https://haveibeenpwned.com/API/v3) | Passwords which have previously been exposed in data breaches | `apiKey` | Yes | Unknown | | [National Vulnerability Database](https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog) | U.S. National Vulnerability Database | No | Yes | Unknown |