Skip to content

refactor(config): clear mcpServers configuration and update Facebook …

aa384e7
Select commit
Loading
Failed to load commit list.
Open

Automation update #374

refactor(config): clear mcpServers configuration and update Facebook …
aa384e7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 24, 2025 in 3s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

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 failure on line 474 in backend/services/automations/src/ai/fielEmbedding.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 247 in backend/services/automations/src/executions/actions/webhook/outgoing/outgoingWebhook.ts

See this annotation in the file changed.

Code scanning / CodeQL

Disabling certificate validation High

Disabling certificate validation is strongly discouraged.