From dee992f0e5d710ed8e58cefc15e5a75f96dd259a Mon Sep 17 00:00:00 2001 From: Haroon Abbasi <20b-129-cs@students.uit.edu> Date: Mon, 13 Mar 2023 22:19:32 +0500 Subject: [PATCH] Add OWASP-ZAP-API to Security (#106) About the API: The OWASP ZAP API is a free security tool that helps developers identify and fix vulnerabilities in their web applications. The API allows users to automate security scans and integrate ZAP's features into their development workflow. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bd88f4..513a11b 100644 --- a/README.md +++ b/README.md @@ -1485,6 +1485,7 @@ API | Description | Auth | HTTPS | CORS | | [Mozilla http scanner](https://github.com/mozilla/http-observatory/blob/master/httpobs/docs/api.md) | Mozilla observatory http scanner | No | Yes | Unknown | | [Mozilla tls scanner](https://github.com/mozilla/tls-observatory#api-endpoints) | Mozilla observatory tls scanner| No | Yes | Unknown | | [National Vulnerability Database](https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog) | U.S. National Vulnerability Database | No | Yes | Unknown | +| [OWASP ZAP](https://www.zaproxy.org/docs/api/) | Automated security testing API for web apps | No | Yes | Unknown | | [Passwordinator](https://github.com/fawazsullia/password-generator/)| Generate random passwords of varying complexities| No | Yes | Yes | | [PhishStats](https://phishstats.info/)| Phishing database| No | Yes | Unknown | | [Privacy.com](https://privacy.com/developer/docs) | Generate merchant-specific and one-time use credit card numbers that link back to your bank| `apiKey` | Yes | Unknown |