-
-
Couldn't load subscription status.
- Fork 857
Comparing changes
Open a pull request
base repository: adnanh/webhook
base: master
head repository: jacobweinstock/webhook
compare: main
- 18 commits
- 462 files changed
- 1 contributor
Commits on Jun 9, 2023
-
Use additional headers in the signature payload:
This will allow users to use headers in the signature payload during the verification process. For example, a timestamp header can be used to validate if requests have been sent recently and reduce the risk of message replays. Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 021efc3 - Browse repository at this point
Copy the full SHA 021efc3View commit details -
Add code comment for signaturePayload
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd28fd0 - Browse repository at this point
Copy the full SHA bd28fd0View commit details -
Remove redundant length check:
The range body will not execute if the len of r.Parameter.SignaturePayloadHeaders is 0. Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 753d12e - Browse repository at this point
Copy the full SHA 753d12eView commit details -
Add tests for additional headers in sign payload:
Cover the Evaluate func with additional headers for sha1, sha256, sha512. Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 665f955 - Browse repository at this point
Copy the full SHA 665f955View commit details
Commits on Aug 8, 2023
-
Update go.mod and github action:
Dependencies were old. Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac897f5 - Browse repository at this point
Copy the full SHA ac897f5View commit details -
Change the way static binary is built:
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc9a70b - Browse repository at this point
Copy the full SHA dc9a70bView commit details
Commits on Aug 9, 2023
-
Add release process for container images
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b32f8f0 - Browse repository at this point
Copy the full SHA b32f8f0View commit details -
Use goreleaser for cross compilation in CI
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e8e68d - Browse repository at this point
Copy the full SHA 9e8e68dView commit details -
Use goreleaser to speed up cross compiles
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ccd647 - Browse repository at this point
Copy the full SHA 7ccd647View commit details -
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c035af7 - Browse repository at this point
Copy the full SHA c035af7View commit details -
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d65a280 - Browse repository at this point
Copy the full SHA d65a280View commit details -
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcf87f7 - Browse repository at this point
Copy the full SHA bcf87f7View commit details -
Add goreleaser before hook back in:
I was troubleshooting a build issue and thought this was part of it. It wasnt. Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c19ee45 - Browse repository at this point
Copy the full SHA c19ee45View commit details -
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 371ec9e - Browse repository at this point
Copy the full SHA 371ec9eView commit details -
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 738835d - Browse repository at this point
Copy the full SHA 738835dView commit details -
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 650e7d3 - Browse repository at this point
Copy the full SHA 650e7d3View commit details -
Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23e553f - Browse repository at this point
Copy the full SHA 23e553fView commit details
Commits on Aug 31, 2023
-
Error if expected headers don't exist:
Webhook producers would previously be authorized if they left these headers out. Signed-off-by: Jacob Weinstock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae09897 - Browse repository at this point
Copy the full SHA ae09897View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main