Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SHA1 instead of MD5 for hashing for FIPS compliance #1437

Closed
wants to merge 1 commit into from

Conversation

jvanderhoof
Copy link
Contributor

What does this PR do?

This PR changes Rails to use SHA1 instead of MD5 to generate non-sensitive digests. This change is required for FIPS compliance.

Any background context you want to provide?

none

What ticket does this PR close?

Connected to #1418

Where should the reviewer start?

The change is minor: config/environments/appliance.rb

Has the Version and Changelog been updated?

The Changelog has been updated.

Questions:

Does this work have automated integration and unit tests?
No new tests were added, but the current test suite passes.

This change is required for FIPS compliance.
@jvanderhoof jvanderhoof requested review from micahlee and jtuttle March 17, 2020 22:39
@codeclimate
Copy link

codeclimate bot commented Mar 17, 2020

Code Climate has analyzed commit c822fce and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 88.7% (0.0% change).

View more on Code Climate.

@jvanderhoof jvanderhoof deleted the fips branch March 25, 2020 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant