Cameron Moore
a03e812615
Update HTTP methods to sanitize user input
2019-12-26 14:54:27 -06:00
Cameron Moore
3414f34025
Add per-hook HTTP method restrictions
2019-12-26 14:54:01 -06:00
Cameron Moore
1c779a0d75
Update multipart form data logic
...
All form values are simply added to the payload map without processing.
JSON parsing of values happens later.
2019-12-25 09:08:23 -06:00
Cameron Moore
3463804a7c
Add XML payload support
...
Fixes #238
2019-12-24 15:58:49 -06:00
Cameron Moore
0feeb945fc
Fix some tests for Windows
...
This commit incorporates some tests into the main TestWebhook framework. New features to TestWebhook:
- Check log output against Regexp
- Add Testing sub-tests
Updates #225
2018-02-15 19:20:39 -06:00
Greg Dubicki
e2f6e4eb37
Add tests for capturing command output
...
and fix running tests on macOS, where there is no
/bin/true...
2017-11-11 21:40:34 +01:00
Will Rouesnel
53ec2e7acc
Add tests for YAML file parsing.
2017-06-29 02:34:58 +10:00