- Notifications
You must be signed in to change notification settings - Fork1.5k
[PM-22275] Remove encryption-related feature flags#6654
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 ourterms of service andprivacy 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
claudebot commentedNov 27, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Claude finished@eligrubb's task ——View job Code Review CompleteReview Tasks
SummaryThis PR removes three encryption-related feature flags from Flags removed:
FindingsFinding 1: Missing information about when the 3-major-release waiting period ends 💭 The PR states "this is okay to go out after 2025.11.0" but doesn't clearly explain the timeline calculation. For transparency and future reference, consider adding:
This helps reviewers verify the policy compliance and provides clear documentation for the timing decision. Finding 2: Consider documenting the relationship to 💭 The removed flag Good Practices Observed
Security Assessment✅ No security concerns identified. The removal of feature flag constants that are no longer referenced anywhere in the codebase poses no security risk. These flags were encryption-related, but removing unused constants after the controlled rollout period has elapsed is safe. Action ItemsNone required - the PR is clean and ready for merge (after 2025.11.0 release per the stated timeline). |
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #6654 +/- ##======================================= Coverage 53.27% 53.27% ======================================= Files 1906 1906 Lines 84973 84973 Branches 7639 7639 =======================================+ Hits 45268 45272 +4+ Misses 37952 37946 -6- Partials 1753 1755 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
quexten left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Changes look good!

🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-22275
📔 Objective
Removes the following feature flags:
These were removed from clients in 2025.8.0 (clients#14538,clients#15153), we need to wait 3 major releases before removing feature flags from server, this is okay to go out after 2025.11.0.
⏰ Reminders before review
🦮 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 confirmed issue 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