-
Notifications
You must be signed in to change notification settings - Fork 1
change: introduce new implementation of dbcrypt package #267
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
base: main
Are you sure you want to change the base?
Conversation
Scanning the following files:
Scan: 'pkg/dbcrypt/cipher.go'Nothing detected in pkg/dbcrypt/cipher.go Scan: 'pkg/dbcrypt/crypto.go'Nothing detected in pkg/dbcrypt/crypto.go Scan: 'pkg/dbcrypt/dbcryptv2.go'Nothing detected in pkg/dbcrypt/dbcryptv2.go Scan: 'pkg/dbcrypt/dbcryptv2_test.go'Nothing detected in pkg/dbcrypt/dbcryptv2_test.go Scan: 'pkg/dbcrypt/value.go'Nothing detected in pkg/dbcrypt/value.go |
Conventional Commits Report
🚀 Conventional commits found. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #267 +/- ##
==========================================
+ Coverage 55.90% 56.19% +0.28%
==========================================
Files 61 62 +1
Lines 3225 3390 +165
==========================================
+ Hits 1803 1905 +102
- Misses 1293 1328 +35
- Partials 129 157 +28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What
It adds a new safer and easier to use implementation of
dbcryptpackage.Why
Old implementation was riddled with bugs, security issues, it was hard to use and it was extremely easy to make mistakes and brake the system.
References
Checklist