You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's approximately zero security on the incoming webhook requests. Because we ignore the hook payload and always do the exact same thing, the biggest risk is a DoS, when an attacker spams the hook and forces deployment after deployment. To counter this, let's rate-limit the deployment action.
The text was updated successfully, but these errors were encountered:
There's approximately zero security on the incoming webhook requests. Because we ignore the hook payload and always do the exact same thing, the biggest risk is a DoS, when an attacker spams the hook and forces deployment after deployment. To counter this, let's rate-limit the deployment action.
The text was updated successfully, but these errors were encountered: