Skip to content

Merge branch 'devel' into 4569-cb-3681-use-something-better-than-md5-…

a816395
Select commit
Loading
Failed to load commit list.
Open

[CB-3681] Use something better than MD5 hash to pass local user passwords #3776

Merge branch 'devel' into 4569-cb-3681-use-something-better-than-md5-…
a816395
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 7, 2025 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 18 in webapp/packages/core-utils/src/createHash.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of password hash with insufficient computational effort High

Password from
an access to oldPassword
is hashed insecurely.
Password from
an access to newPassword
is hashed insecurely.
Password from
an access to adminPassword
is hashed insecurely.