summaryrefslogtreecommitdiff
path: root/tests/processors
Commit message (Expand)AuthorAgeFilesLines
* Mask Complete dictionary instead of just the leaves (#1198)Dhruv Aggarwal2018-02-131-6/+21
* Fix skipping sanitizer for bytes data in filter_httpprokaktus2017-12-311-0/+6
* Add processor that sanitizes configurable keysRodrigo Guzman2017-12-111-2/+110
* Update event values order for exceptionsJohan Steffner2016-10-271-2/+2
* Added test from #728Armin Ronacher2016-01-211-0/+5
* Handle non-text dictionary keys when sanitizing data.Matthias Erll2015-10-301-0/+24
* Sanitize access_token values by defaultAdam Renberg2015-06-031-2/+8
* Merge remote-tracking branch 'upstream/master' into sanitize_extra_dataJohn Barbuto2015-02-231-2/+42
|\
| * Modify http data string sanitizing to account for cookie delimiterJohn Barbuto2014-12-061-2/+42
* | Sanitize extra data passed into sentryJohn Barbuto2014-11-271-0/+18
|/
* fixes #502Luke Drummond2014-10-151-46/+79
* Update interfaces to use protocol 5/aliasesDavid Cramer2014-05-201-22/+21
* SanitizePasswordsProcessor removes API keysJack Lutz2014-02-271-66/+45
* Move TestCase into raven.utils.testutilsDavid Cramer2013-05-171-1/+1
* Use compat's TestCaseXavier Ordoquy2013-03-281-1/+1
* Sanitize AMEX CC#s as well as regular ones;Kevin Grinberg2012-10-181-0/+6
* Safely handle empty value pieces in querystringsDavid Cramer2012-05-151-0/+14
* Body should be data in processors1.7.5David Cramer2012-04-261-6/+6
* Ensure we correctly process query_string (fixes GH-70)David Cramer2012-04-261-2/+2
* Sanitize values which look like credit cardsDavid Cramer2012-04-201-0/+5
* Added RemovePostDataProcessor and RemoveStackLocalsProcessorDavid Cramer2012-04-181-1/+43
* Sanitize querystrings and other http keys which are not in dict formatDavid Cramer2012-04-181-0/+14
* Update sanitize passwords processor to reflect correct behaviorDavid Cramer2012-02-101-2/+2
* SantizePasswordsProcessor is now called SanitizePassworsProcessorDavid Cramer2012-02-021-3/+3
* Improve SanitizePasswordsProcessor to handle http dataDavid Cramer2012-01-192-0/+89