From fdba2a2586a30b78249e5daba8a807ee532b0af9 Mon Sep 17 00:00:00 2001 From: Duy Nguyen Hoang Date: Sun, 3 Nov 2019 17:56:24 +0700 Subject: [PATCH] Add API security checklist (#328) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ff765f..7bbee48 100644 --- a/README.md +++ b/README.md @@ -1566,6 +1566,7 @@ Security is a broad topic. Unless you have considerable experience, a security ### Source(s) and further reading +* [API security checklist](https://github.com/shieldfy/API-Security-Checklist) * [Security guide for developers](https://github.com/FallibleInc/security-guide-for-developers) * [OWASP top ten](https://www.owasp.org/index.php/OWASP_Top_Ten_Cheat_Sheet)