change: introduce new implementation of dbcrypt package#267
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 57.10% 57.47% +0.36%
==========================================
Files 66 68 +2
Lines 3562 3781 +219
==========================================
+ Hits 2034 2173 +139
- Misses 1378 1430 +52
- Partials 150 178 +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
Integration demonstration