Skip to content

Disable Fips/OpenSSL Rubocop by default

Stan Hu requested to merge sh-disable-fips-openssl-rubocop into master

What does this MR do and why?

With !88469 (merged), the Ruby Digest modules will automatically use the OpenSSL equivalents in FIPS mode. We don't need to enforce this as a static lint, nor can we reasonably expect all upstream dependencies to do the same.

There may also be slight advantange for the Ruby code to run without the need for OpenSSL.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports