This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Description
SanititizePasswordsProcessor sanitizes request parameters in the structured request dict, but not when request is a local variable in the stack trace. Sentry shows the repr of the local variables, and you end up with with the request parameters there:
<WSGIRequest
path:/checkout/,
GET:<QueryDict: {}>,
POST:<QueryDict: {u'cc_number': [u'4111111111111111'], u'cc_lastname':...