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

Added Hashing Password support out of the box #40

Merged
merged 8 commits into from
Apr 29, 2024
Merged

Conversation

GeekMasher
Copy link
Contributor

  • Using PBKDF2
  • Support in new() function

- Using PBKDF2
- Support in new() function
@GeekMasher GeekMasher self-assigned this Apr 29, 2024
Copy link

github-actions bot commented Apr 29, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

License Issues

geekorm-core/Cargo.toml

PackageVersionLicenseIssue Type
pbkdf2>= 0.12.0, < 0.13.0NullUnknown License
rand_core>= 0.6.0, < 0.7.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
cargo/pbkdf2 >= 0.12.0, < 0.13.0 UnknownUnknown
cargo/rand_core >= 0.6.0, < 0.7.0 🟢 7.2
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 25 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 7Found 16/21 approved changesets -- score normalized to 7
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0

Scanned Manifest Files

geekorm-core/Cargo.toml
  • pbkdf2@>= 0.12.0, < 0.13.0
  • rand_core@>= 0.6.0, < 0.7.0

@GeekMasher GeekMasher merged commit bbad937 into main Apr 29, 2024
6 checks passed
@GeekMasher GeekMasher deleted the password-storing branch April 29, 2024 22:57
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.

None yet

1 participant