samson
samson copied to clipboard
Validate the repository when receiving webhook requests
If a user accidentally uses the wrong webhook URL from a different project, we will create a release in the wrong repository when we receive an event. We should validate if possible that the repo matches the projects' configured repository before proceeding with the release creation.
Good point: :+1: