Ensure organization's webhooks are secured
Webhooks are used for triggering an HTTP request based on an action made in the platform. Since webhooks are an HTTP POST requests, they can be malformed if not secured over SSL. Use only secured webhooks to prevent a potential hack and compromise of the webhook and the registry or web server accepting the request.
Updated 7 months ago