Fix WebHook signatures to follow our documentation.
Review Request #8231 — Created June 10, 2016 and submitted
Our documentation on the way WebHook payloads are signed claimed to use SHA-1
hashes for HMAC, but in reality, we were using MD5. This is because we were
failing to pass in the hash method to the HMAC library.
Ran unit tests.
Tool: Pyflakes Processed Files: reviewboard/notifications/webhooks.py reviewboard/notifications/tests.py Tool: PEP8 Style Checker Processed Files: reviewboard/notifications/webhooks.py reviewboard/notifications/tests.py