sentry-extensions / cyclops

Cyclops is meant to be a high performance barrier in front of Sentry (http://getsentry.com).
http://sentry-extensions.github.io/cyclops/
163 stars 15 forks source link

Fix insecure public/secret key verification #10

Closed regisb closed 10 years ago

regisb commented 10 years ago

This pull request includes:

1) a rewrite of the router tests that factors common code inside adhoc methods. 2) a change in how the redis cache is handled by the tests: by default, it is now flushed at the beginning of every router test. 3) a fix to properly check the public/secret key pair posted to the backend, even when the project id is correct.

heynemann commented 10 years ago

Thanks @regisb!!!!