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

Wrap views receiving passwords in in sensitive_post_parameters #1795

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

rafalp
Copy link
Owner

@rafalp rafalp commented Aug 17, 2024

Fixes #1781

@rafalp rafalp added area: backend This issue involves Python, Django or dependency (eg. database) enhancement Improvement to existing feature or dev experience feature: auth This issue involves auth feature: admin Affects admin control panel labels Aug 17, 2024
@rafalp rafalp added this to the Next feature release milestone Aug 17, 2024
@rafalp rafalp self-assigned this Aug 17, 2024
@coveralls
Copy link

Coverage Status

coverage: 97.467% (+0.02%) from 97.449%
when pulling 8bcf144 on fix-1781-add-sensitive-post-parameters
into a7faeb4 on main.

@rafalp rafalp merged commit bb21b2f into main Aug 17, 2024
2 checks passed
@rafalp rafalp deleted the fix-1781-add-sensitive-post-parameters branch August 17, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend This issue involves Python, Django or dependency (eg. database) enhancement Improvement to existing feature or dev experience feature: admin Affects admin control panel feature: auth This issue involves auth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrap views in django.views.decorators.debug.sensitive_post_parameters
2 participants