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

Fix: ensure unique iv generation for GCM encryption to prevent reuse error #344

Merged
merged 2 commits into from
Aug 13, 2024

update: CMSEncryptionServiceImpl

f4e1e21
Select commit
Loading
Failed to load commit list.
Merged

Fix: ensure unique iv generation for GCM encryption to prevent reuse error #344

update: CMSEncryptionServiceImpl
f4e1e21
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 12, 2024 in 1s

86.76% (+0.00%) compared to ea27fc6

View this Pull Request on Codecov

86.76% (+0.00%) compared to ea27fc6

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.76%. Comparing base (ea27fc6) to head (f4e1e21).

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #344   +/-   ##
==========================================
  Coverage      86.76%   86.76%           
  Complexity         1        1           
==========================================
  Files            164      164           
  Lines           3347     3348    +1     
  Branches         217      217           
==========================================
+ Hits            2904     2905    +1     
  Misses           309      309           
  Partials         134      134           

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