-
-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0x15-V7-Error-Logging.md is fairly light #1626
Comments
Can you please create requirements of them? Related to #1444 (comment) Fileupload has separate issue opened: #1622 |
Yeah I think we are going for less detail rather than more detail :) We can also include a link to the logging vocab cheatsheet :) |
I'll do this when #1944 is merged. Change "such as the OWASP Logging Cheat Sheet for specific implementation details." to "such as the OWASP Logging Cheat Sheet and the OWASP Application Logging Vocabulary Cheat Sheet for specific implementation details" Add at the bottom
@set-reminder in 5 days add this into V7. |
⏰ Reminder
|
I suggest we add other security logging events from the logging vocab cheatsheet like:
authn_impossible_travel[:userid,region1,region2]
authn_token_reuse[:userid,tokenid]
authz_fail[:userid,resource]
upload_validation_failure[filename,(virusscan|imagemagick]
malicious_extraneous:[userid|IP,inputname,useragent]
malicious_attack_tool:[userid|IP,toolname,useragent]
malicious_cors:[userid|IP,useragent,referer]
malicious_direct_reference:[userid|IP, useragent]
The text was updated successfully, but these errors were encountered: