You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails applications can override the digest class through
configuration settings. Further, Rails does this by default in
versions suchs as 7 where it defaults to SHA256. Using
ActiveSupport::Digest directly skips over this setting causing
it to always be MD5 in the current state. This breaks in modern
environments MD5 is disabled such as FIPS environments.
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
0 commit comments