python-github-webhooks icon indicating copy to clipboard operation
python-github-webhooks copied to clipboard

Simple Python WSGI application to handle Github webhooks

Results 15 python-github-webhooks issues
Sort by recently updated
recently updated
newest added
trafficstars

``` File "/app/webhooks.py", line 82, in index mac = hmac.new(str(secret), msg=request.data, digestmod='sha1') File "/usr/local/lib/python2.7/hmac.py", line 136, in new return HMAC(key, msg, digestmod) File "/usr/local/lib/python2.7/hmac.py", line 52, in __init__ self.outer =...

Fixed the sha bug in line 85 and added a timing safe compare for older versions of python.

Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

this PR allows background processing of hook scripts. helpful for simple tasks that may run past the 10sec GitHub hook timeout, but don't require an elaborate queuing system. I also...

Fix sha1 digestmod selection Improve config example Improve logs

I need to extend your image and so i want to base my Dockerfile on yours. I get this error: ``` Sending build context to Docker daemon 2.56kB Step 1/5...

Add [snap packaging](http://snapcraft.io/) support. Once merged, you should release this to snapcraft store so that any user could easily benefit from it. Configuration is saved in `$SNAP_COMMON`. Probably should added...

Make possible to configure the port where running the service