-
Notifications
You must be signed in to change notification settings - Fork 20
[PM-25012] Add data field to Cipher type, and add functions for client-side parsing of the field. #517
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: vault/feature/cipher-versioning
Are you sure you want to change the base?
[PM-25012] Add data field to Cipher type, and add functions for client-side parsing of the field. #517
Conversation
… vault/PM-25012/cipher_opaque_data
Claude finished @nikwithak's task —— View job Code Review CompleteSummary of ChangesThis PR adds a Key Changes:
Critical Issues
|
New Issues (2)Checkmarx found the following issues in this Pull Request
|
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## vault/feature/cipher-versioning #517 +/- ##
===================================================================
+ Coverage 78.34% 78.60% +0.26%
===================================================================
Files 287 287
Lines 28095 28477 +382
===================================================================
+ Hits 22010 22384 +374
- Misses 6085 6093 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-25012
📔 Objective
This PR adds the
data
field to the Cipher struct, and adds a function for parsing that field into the appropriate CipherType (Identity, SshKey, Login, SecureNote, Card) on the client-side, rather than consuming the server-provided values.The function sits unused - after #455 is merged, we should consider adding this to the
CiphersClient::get
andCipherClient::list
functions behind a new feature flag.⏰ Reminders before review
team
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmedissue and could potentially benefit from discussion
:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes