Feature #22119

Replace MD5 hashes with SHA
Description
Please see https://github.com/rails/rails/commit/82822a34217503336d51b7baab82cd18cf71e435 for details
Related issues
Associated revisions
History
#1
Updated by Anonymous about 5 years ago
- Related to Tracker #21834: Rails 5.2 upgrade tasks added
#2
Updated by Ivan Necas over 4 years ago
- Blocks Feature #3511: As a security person, I would like Foreman to run in FIPS mode added
#3
Updated by The Foreman Bot over 4 years ago
- Assignee set to Ivan Necas
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6098 added
#4
Updated by Ivan Necas over 4 years ago
- Blocks Bug #23128: Deface uses MD5 and doesn't work in FIPS-enable environment added
#5
Updated by Ivan Necas over 4 years ago
- Related to Bug #25080: Regenerate VCR casettes after changing the defualt hashing algorithm added
#6
Updated by Marek Hulán over 4 years ago
- Category set to Security
- Fixed in Releases 1.20.0 added
#7
Updated by Ivan Necas over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1c72a0e1cabdccda38ce5802fb0e992a639e09b1.
Fixes #22119 - use SHA instead of MD5 for digesting
MD5 is disabled in FIPS environments.