PM-26059: Remove CipherKeyEncryption feature flag#6617
PM-26059: Remove CipherKeyEncryption feature flag#6617david-livefront wants to merge 1 commit intomainfrom
Conversation
|
Claude finished @david-livefront's task in 2m 21s —— View job Re-Review SummaryPR: PM-26059: Remove CipherKeyEncryption feature flag Previous Findings -- ResolvedBoth findings from the initial review have been addressed in the latest commit:
Change Assessment
No new issues found. Clean feature flag removal. |
app/src/main/kotlin/com/x8bit/bitwarden/data/platform/manager/FeatureFlagManagerImpl.kt
Show resolved
Hide resolved
app/src/main/kotlin/com/x8bit/bitwarden/data/platform/manager/FeatureFlagManagerImpl.kt
Outdated
Show resolved
Hide resolved
|
Great job! No new security vulnerabilities introduced in this pull request |
4f46217 to
ba70d5e
Compare
ba70d5e to
5c31a80
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6617 +/- ##
=======================================
Coverage 85.90% 85.90%
=======================================
Files 804 804
Lines 57370 57368 -2
Branches 8307 8306 -1
=======================================
- Hits 49284 49283 -1
Misses 5203 5203
+ Partials 2883 2882 -1
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:
|

🎟️ Tracking
PM-26059
📔 Objective
This PR removes the
CipherKeyEncryptionfeature flag from the app.Note that there is still a server version check for this feature to ensure older servers that do not support the feature do not receive updated ciphers.