class SafeExceptionReporterFilter:
Method | get_post_parameters |
Replace the values of POST parameters marked as sensitive with stars (*****). |
Method | get_traceback_frame_variables |
Replace the values of variables marked as sensitive with stars (*****). |
Method | is_active |
No summary |
Class Variable | cleansed_substitute |
Undocumented |
Class Variable | hidden_settings |
Undocumented |
Method | cleanse_setting |
Cleanse an individual setting key/value of sensitive content. If the value is a dictionary, recursively cleanse the keys in that dictionary. |
Method | cleanse_special_types |
Undocumented |
Method | get_cleansed_multivaluedict |
Replace the keys in a MultiValueDict marked as sensitive with stars. This mitigates leaking sensitive POST parameters if something like request.POST['nonexistent_key'] throws an exception (#21098). |
Method | get_safe_request_meta |
Return a dictionary of request.META with sensitive values redacted. |
Method | get_safe_settings |
Return a dictionary of the settings module with values of sensitive settings replaced with stars (*****). |