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
Use callables for webhook event filters and require webhook secret
Replace string-based EVENT_FILTER expressions with direct callables so
event filtering no longer relies on dynamic evaluation of formatted
strings. Require GITHUB_WEBHOOK_SECRET to be configured at startup and
always validate the X-Hub-Signature header on incoming requests.
Signed-off-by: Mikaël Barbero <mikael.barbero@eclipse-foundation.org>
0 commit comments