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

Support for FIPS compliance mode #14912

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

test SystemJvmOptions.java & replace FIPS-140-2 by FIPS-140-3

26fa0b1
Select commit
Loading
Failed to load commit list.
Open

Support for FIPS compliance mode #14912

test SystemJvmOptions.java & replace FIPS-140-2 by FIPS-140-3
26fa0b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2024 in 0s

72.04% (target 70.00%)

View this Pull Request on Codecov

72.04% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.62500% with 39 lines in your changes missing coverage. Please review.

Project coverage is 72.04%. Comparing base (f57b889) to head (26fa0b1).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../opensearch/gradle/info/GlobalBuildInfoPlugin.java 28.57% 4 Missing and 1 partial ⚠️
...opensearch/gradle/testclusters/OpenSearchNode.java 0.00% 4 Missing ⚠️
...g/opensearch/tools/launchers/SystemJvmOptions.java 77.77% 2 Missing and 2 partials ⚠️
.../org/opensearch/common/crypto/KeyStoreFactory.java 63.63% 3 Missing and 1 partial ⚠️
...g/opensearch/common/ssl/TrustEverythingConfig.java 0.00% 3 Missing and 1 partial ⚠️
...rg/opensearch/gradle/OpenSearchTestBasePlugin.java 0.00% 3 Missing ⚠️
...va/org/opensearch/common/ssl/SslConfiguration.java 25.00% 2 Missing and 1 partial ⚠️
.../main/java/org/opensearch/bootstrap/Bootstrap.java 0.00% 3 Missing ⚠️
.../main/java/org/opensearch/common/ssl/PemUtils.java 95.34% 1 Missing and 1 partial ⚠️
...ch/identity/shiro/realm/BCryptPasswordMatcher.java 81.81% 0 Missing and 2 partials ⚠️
... and 4 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14912      +/-   ##
============================================
- Coverage     72.07%   72.04%   -0.04%     
+ Complexity    65048    65027      -21     
============================================
  Files          5313     5315       +2     
  Lines        303442   303276     -166     
  Branches      43910    43871      -39     
============================================
- Hits         218719   218488     -231     
- Misses        66786    66951     +165     
+ Partials      17937    17837     -100     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.