getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

Fix sanitizing of passwords with "=" symbol #1306

Closed orsinium closed 4 years ago

orsinium commented 5 years ago
  1. Splited HTTP filtering by separated processors for HTTP query and mapping
  2. Added JSON processing to HTTP filtering. Close #1263
  3. Included test case from original issue.
orsinium commented 5 years ago

@dcramer, could you, please, review this PR?

orsinium commented 5 years ago

@mitsuhiko, could you review my Pull Request, please? ^^"

orsinium commented 4 years ago

Is anybody here?

untitaker commented 4 years ago

Since you started your pr we have written a new python sdk from scratch which purposefully does not try to replicate ravens logic but rather only gives you the hooks to inject your own code that may apply regexes.

https://github.com/getsentry/sentry-python

orsinium commented 4 years ago

Thank you for your reply