google / pull-request-mailer

Sends a GitHub pull request as a patch series via email
BSD 3-Clause "New" or "Revised" License
44 stars 15 forks source link

Payload secret validation of webhook #1

Closed nh2 closed 10 years ago

nh2 commented 10 years ago

The newer version of the github package already has something for that.

ppetr commented 10 years ago

Package github-0.11.1 is needed for that: isValidPayload.

ppetr commented 10 years ago

The secret should be passed only in an environment variable, just as in #8.