Skip to content

Merge branch 'master' into determenistic-finality-feature

1f4ed8c
Select commit
Loading
Failed to load commit list.
Open

New feature 25 "Deterministic Finality and Ride V9" added. #1834

Merge branch 'master' into determenistic-finality-feature
1f4ed8c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 23, 2026 in 17s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 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 77 in pkg/crypto/bls/bls.go

See this annotation in the file changed.

Code scanning / CodeQL

Use of a broken or weak cryptographic hashing algorithm on sensitive data High

Sensitive data (password)
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.
Sensitive data (password)
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.
Sensitive data (password)
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.