SSvixinsvix.hashnode.dev·Feb 27, 2023 · 3 min readZero Downtime Secret Rotation for WebhooksBefore we talk about zero downtime secret rotations for webhooks, we need to explain what are webhook secrets and what they are used for. Because of the way webhooks work, attackers can impersonate services by simply sending a fake webhook to an endp...00
SSvixinsvix.hashnode.dev·Feb 27, 2023 · 5 min readWhy Your Product Needs WebhooksEvery product gets to the point where they’re missing a key element to continue their growth trajectory. Integrations. Integrations with other popular services helps you acquire customers as well as retain them as your product becomes embedded in the...00
SSvixinsvix.hashnode.dev·Jan 30, 2023 · 5 min readWebhook Architecture DiagramIf you prefer to watch a video, this webhook architecture diagram was discussed by Svix founder and CEO Tom Hacohen at length in this video: https://youtu.be/4jvV75OD620. You can find the transcript of the call on our blog. Core Features There are s...00
SSvixinsvix.hashnode.dev·Jan 30, 2023 · 2 min readUsing ngrok's new built-in Svix supportngrok is a staple tool for many developers that creates tunnels between networks. It is often used to expose a port on localhost to the public Internet, but with ngrok Cloud Edge it can be also be used to secure traffic from the Internet to productio...00
SSvixinsvix.hashnode.dev·Jan 30, 2023 · 5 min readSecurely Verifying Signature HashesA friend of mine shared this link with me the other day, about CVE-2022-43412. The issue disclosed in that CVE is that Jenkins Generic Webhook Trigger Plugin was using a non-constant time comparison function when checking whether the provided and exp...00