Skip to content

Fix reference to SHA256 in password hashing function

cbb204b
Select commit
Loading
Failed to load commit list.
Merged

Refactor scan rule implementation #613

Fix reference to SHA256 in password hashing function
cbb204b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2025 in 0s

82.03% (target 80.00%)

View this Pull Request on Codecov

82.03% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 78.98305% with 62 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.03%. Comparing base (7210fa2) to head (cbb204b).

Files with missing lines Patch % Lines
...mpiler/staticcodeanalyzer/CryptoAnalyzerUtils.java 71.17% 7 Missing and 25 partials ⚠️
...o/compiler/staticcodeanalyzer/FunctionContext.java 79.31% 6 Missing and 6 partials ⚠️
...ctionrules/AvoidReusingCounterModeVectorsRule.java 77.14% 2 Missing and 6 partials ⚠️
...zer/functionrules/AvoidFastHashAlgorithmsRule.java 86.27% 2 Missing and 5 partials ⚠️
...ticcodeanalyzer/CryptoCipherAlgorithmAnalyzer.java 90.00% 0 Missing and 1 partial ⚠️
.../staticcodeanalyzer/CryptoFunctionRulesEngine.java 93.75% 0 Missing and 1 partial ⚠️
...r/functionrules/AvoidWeakCipherAlgorithmsRule.java 92.85% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #613      +/-   ##
============================================
- Coverage     82.32%   82.03%   -0.30%     
- Complexity      241      369     +128     
============================================
  Files            29       41      +12     
  Lines          1375     1714     +339     
  Branches        191      266      +75     
============================================
+ Hits           1132     1406     +274     
- Misses          196      215      +19     
- Partials         47       93      +46     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.