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

Add processors to remove POST data and cookies #405

Closed
ste93cry opened this issue Feb 10, 2017 · 0 comments
Closed

Add processors to remove POST data and cookies #405

ste93cry opened this issue Feb 10, 2017 · 0 comments

Comments

@ste93cry
Copy link
Collaborator

In the Ruby Raven client two processors that remove cookies and POST data from the request before submitting the event to the server have been added in getsentry/sentry-ruby#252 and getsentry/sentry-ruby#445. However, it seems that the PHP client is not maintained as much as the other and so it still leaks possible sensitive informations. The PR I submitted should fix the issue in the same way as the PR getsentry/sentry-ruby#466. Please note that I took the opportunity to move the processors to a new directory and I deprecated the old Raven_SanitizeDataProcessor class: it should be removed in the next major version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant