From 5a80b1fe725f334a3af7b960e2c2036be2b7e1b2 Mon Sep 17 00:00:00 2001 From: ManeleKh Date: Fri, 29 May 2026 08:05:08 +0300 Subject: [PATCH] Update 06.02 - References.md --- .../06.Error Handling/06.02 - References.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/2.Curriculum/06.Error Handling/06.02 - References.md b/2.Curriculum/06.Error Handling/06.02 - References.md index 4f11d19..78c3aee 100644 --- a/2.Curriculum/06.Error Handling/06.02 - References.md +++ b/2.Curriculum/06.Error Handling/06.02 - References.md @@ -1,13 +1,26 @@ # References - Error Handling ## General References -* +https://owasp.org/www-community/Improper_Error_Handling +https://owasp.org/www-community/vulnerabilities/Missing_Error_Handling +https://owasp.org/Top10/A05_2021-Security_Misconfiguration/ +https://owasp.org/www-project-secure-coding-practices-quick-reference-guide/stable-en/02-checklist/05-checklist ## Logging Sensitive Operations Securely -* +https://cheatsheetseries.owasp.org/cheatsheets/Error_Handling_Cheat_Sheet.html +https://mas.owasp.org/MASTG-KNOW-0065/ +https://www.youtube.com/watch?v=5nHvu7hZoeA ## Avoiding Stack Traces / Information Leaks -* +https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/08-Testing_for_Error_Handling/README +https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/08-Testing_for_Error_Handling/01-Testing_for_Error_Code +https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/08-Testing_for_Error_Handling/02-Testing_for_Stack_Traces +https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html +https://www.youtube.com/watch?v=WGafQnjSMk4 +https://www.youtube.com/watch?v=0WmtvSHOeUc + + + References: 1. https://owasp.org/www-community/Improper_Error_Handling