Skip to content

fix(clickhouse): renumber the webhook deliveries migration to 036

GitHub Advanced Security / CodeQL succeeded Jul 27, 2026 in 4s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 468 in apps/webapp/app/components/webhookConsole/WebhookComposer.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

The property chain
here
is recursively assigned to
cursor
without guarding against prototype pollution.