Skip to content
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

Ensure appropriate logging hooks are enabled for failed sign-ins #708

Open
mindok opened this issue May 31, 2024 · 0 comments
Open

Ensure appropriate logging hooks are enabled for failed sign-ins #708

mindok opened this issue May 31, 2024 · 0 comments

Comments

@mindok
Copy link

mindok commented May 31, 2024

As per OWASP recommendations (https://owasp.org/Top10/A09_2021-Security_Logging_and_Monitoring_Failures/) there should be sufficient hooks around logins (success & failure), token access, logout and password changes to allow capture and logging of these events.

The hooks should allow for injection of application specific context. For example, obtaining a "reasonable" client IP address depends on the specifics of how the application is hosted, and typically security related logging events should be offloaded to a logging infrastructure that is totally separated from the run-time infrastructure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant