Category index

Cyber Security

4276 articles

4276 ARTICLES

Webhook Security Best Practices
CYBERSECURITY

Webhook Security Best Practices

Webhooks are one of the best ways to transfer information about occasional events from one system to another. In contrast to methods like HTTP polling, webhooks are triggered by events. In this blog, we’ll cover the most effective practices for securing webhooks so we can share data between applications without creating a large attack surface.

1 MIN READ arrow_forward
How to build a secure WebSocket server in Python
CYBERSECURITY

How to build a secure WebSocket server in Python

When a web app needs something from an external server, the client sends a request to that server, the server responds, and the connection is subsequently closed. However, bi-directional communication lets the server independently push data to the client every time it updates. This type of connection uses the WebSocket protocol, and today we’ll learn to build a secure WebSocket server using Python and JavaScript.

1 MIN READ arrow_forward
Announcing organizational updates to better serve our customers
CYBERSECURITY

Announcing organizational updates to better serve our customers

Earlier today, we informed the Snyk team of important recent organizational updates to better serve our customers and improve operational efficiency in order to support our continued growth. In the spirit of transparency to our customers, investors and partners, we are also sharing this internal memo below.

1 MIN READ arrow_forward