-
Notifications
You must be signed in to change notification settings - Fork 143
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
Mark passwords as sensitive variables #11652 #11653
Conversation
f6e27bc
to
233f188
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really great. Could you make the variables sensitive on the post method in the SignupView in views/auth.py
as well?
8ed08e1
to
cc89006
Compare
arches/app/views/auth.py
Outdated
@method_decorator( | ||
sensitive_variables(), | ||
sensitive_post_parameters(), | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only seems to work when the methods are within an iterator (as I see you've done elsewhere)
Types of changes
Description of Change
Limit occurrences of passwords in error reports (if configured) in production.
Issues Solved
Closes #11652