Project

General

Profile

Actions

Feature #21750

closed

Investigate Rails caching with FIPS enabled

Added by Anonymous over 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Related issues 1 (0 open1 closed)

Related to Foreman - Feature #3511: As a security person, I would like Foreman to run in FIPS modeResolvedActions
Actions #1

Updated by Anonymous over 6 years ago

  • Related to Feature #3511: As a security person, I would like Foreman to run in FIPS mode added
Actions #2

Updated by James Shewey over 6 years ago

Rails reports this is a "Feature request" that they do not plan to implement, but will welcome pull requests. We may need a way to convert from an MD5 based cache to a SHA256 or to convince rails that it is acceptable to have to rebuild the cache from scratch during an upgrade (if that is at all possible) - See https://github.com/rails/rails/issues/31203

Actions #3

Updated by Anonymous over 6 years ago

Opened a PR in Rails github project: https://github.com/rails/rails/pull/31289

Actions #5

Updated by Anonymous over 6 years ago

  • Status changed from New to Resolved

The feature should be available in Rails 5.2

Actions #6

Updated by Anonymous about 6 years ago

  • Pull request https://github.com/spree/deface/pull/180 added
Actions #7

Updated by Anonymous about 6 years ago

  • Pull request deleted (https://github.com/spree/deface/pull/180)
Actions #8

Updated by Ivan Necas almost 6 years ago

For testing with Rails < 5.2, also this patch will be needed https://github.com/rails/rails/pull/31490, as the original change included `...` in the digest.

Actions

Also available in: Atom PDF