From ce8863bfd7e8aafda21bb983ebafb55855bb2512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Zipitr=C3=ADa?= Date: Mon, 22 Mar 2021 19:58:18 -0300 Subject: [PATCH] fix(docs): update broken access control links (#393) Signed-off-by: Felipe Zipitria --- pages/Broken_Access_Control.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/Broken_Access_Control.md b/pages/Broken_Access_Control.md index 878dd8fc..502cc186 100644 --- a/pages/Broken_Access_Control.md +++ b/pages/Broken_Access_Control.md @@ -34,7 +34,10 @@ other mischief. ## Examples and References -- [http://www.infosecuritymag.com/2002/jun/insecurity.shtml](http://www.infosecuritymag.com/2002/jun/insecurity.shtml) +- [OWASP Proactive Controls: Enforce Access Controls](https://github.com/OWASP/www-project-top-ten/blob/master/www-project-proactive-controls/v3/en/c7-enforce-access-controls) +- [OWASP Application Security Verification Standard: V4 Access Control](https://github.com/OWASP/www-project-top-ten/blob/master/www-project-application-security-verification-standard) +- [OWASP Testing Guide: Authorization Testing](https://github.com/OWASP/www-project-top-ten/blob/master/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/05-Authorization_Testing/README) +- [OWASP Cheat Sheet: Access Control](https://cheatsheetseries.owasp.org/cheatsheets/Access_Control_Cheat_Sheet.html) ## How to Determine If You Are Vulnerable