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

Fork pbkdf2 package from x/crypto/pbkdf2 #450

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

wneessen
Copy link
Owner

@wneessen wneessen commented Mar 3, 2025

This commit closes #449

@wneessen wneessen linked an issue Mar 3, 2025 that may be closed by this pull request
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.37%. Comparing base (8e4c7da) to head (3944b3e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #450      +/-   ##
==========================================
+ Coverage   94.32%   94.37%   +0.05%     
==========================================
  Files          30       31       +1     
  Lines        3522     3555      +33     
==========================================
+ Hits         3322     3355      +33     
  Misses        147      147              
  Partials       53       53              

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

Add a rule to exclude "G505:" issues in `pbkdf2_test.go`, as these tests intentionally use SHA1 and SHA256 for validation purposes. This ensures the linter doesn't flag these planned and necessary test cases.
@wneessen wneessen merged commit ad9cd20 into main Mar 3, 2025
27 of 28 checks passed
@wneessen wneessen deleted the feature/449_fork-golangorgxcryptopbkdf2 branch March 3, 2025 11:18
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.

Fork golang.org/x/crypto/pbkdf2
1 participant