Skip to content

fix: custom recipe and craft flow deletion behavior (#715)

590f283
Select commit
Loading
Failed to load commit list.
Merged

merge dev into main #723

fix: custom recipe and craft flow deletion behavior (#715)
590f283
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 24, 2026 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 17 in internal/util/hash.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 (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function.
Sensitive data (password)
is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function.