Skip to content

fix(webhooks): eliminate redundant DB queries from webhook execution …

19ef526
Select commit
Loading
Failed to load commit list.
Merged

v0.5.110: webhook execution speedups, SSRF patches #3524

fix(webhooks): eliminate redundant DB queries from webhook execution …
19ef526
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 11, 2026 in 2s

No new alerts in code changed by this pull request

Annotations

Check failure on line 95 in apps/sim/lib/core/security/encryption.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of password hash with insufficient computational effort High

Password from
a call to get
is hashed insecurely.
Password from
an access to apiKey
is hashed insecurely.
Password from
an access to apiKeyHeader
is hashed insecurely.
Password from
a call to generateApiKey
is hashed insecurely.
Password from
a call to generateApiKey
is hashed insecurely.
Password from
an access to apiKeyHeader
is hashed insecurely.
Password from
a call to get
is hashed insecurely.
Password from
an access to apiKeyHeader
is hashed insecurely.
Password from
a call to get
is hashed insecurely.
Password from
an access to apiKey
is hashed insecurely.
Password from
an access to x-api-key
is hashed insecurely.
Password from
an access to apiKey
is hashed insecurely.
Password from
an access to apiKey
is hashed insecurely.
Password from
an access to apiKeyStr
is hashed insecurely.