Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions 2.Curriculum/06.Error Handling/06.02 - References.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down