-
Notifications
You must be signed in to change notification settings - Fork 683
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
"Poor Logging Practice" page is incomplete #734
Comments
It's a community page, go ahead and update it. |
Thanks for improving the page! Though as mentioned above, the security / vulnerability aspects of this article are not really clear to me so I don't think I can really improve it in any way. I will unassign myself from this issue again. Sorry that this might not be very helpful, if you want you can close this issue, or maybe repurpose it for discussion regarding what specific security / vulnerability aspects there are. For what it's worth, this OWASP page was referenced in the comments of a Stack Overflow question regarding loggers being declared |
It’s a community page anyone can contribute to it. I’ve addressed the most simple bits. You or anyone else is welcome to add/edit the content further. As with any content in this section of the site. As this particular page is no more or less special than any other I’m going to close the issue. There are tons that could use improvement/editing, there’s nothing unique here. |
The page "Poor Logging Practice" is incomplete and is missing information:
"Risk Factors" says "TBD"
A lot of sections contain dummy values, e.g. "Examples", "Related Attacks", ...
The sections say "good practice" / "poor practice" without ever explaining why it is considered good or bad; this is not very helpful
Given that this is an OWASP page, and the URL path even includes
.../vulnerabilities/...
, the page never properly mentions what the security aspects are. The only vague security related statement it contains is:(I am not completely sure though what "cause log messages accidentally returned to the end users" is supposed to mean here, is that about log injection (that has its own page already)?)
If there are really security aspects to this, then it would be good if they are more clearly highlighted (especially for non-
static final
loggers and multiple loggers). Otherwise if this is just general programming advice maybe this should not be part of the OWASP articles?The text was updated successfully, but these errors were encountered: