[PM-21926] [PM-30350] [PM-32389] Read salt from database#7230
[PM-21926] [PM-30350] [PM-32389] Read salt from database#7230ike-kottlowski wants to merge 16 commits intomainfrom
Conversation
…sistency in the SQL
|
Claude finished @ike-kottlowski's task in 2m 34s —— View job Code Review: PM-21926 PM-30350 PM-32389 Read salt from database
Overall Assessment: APPROVE This PR adds Code Review DetailsNo new findings. The changes are well-structured, backward-compatible, and thoroughly tested. CI checks (Checkmarx, SonarCloud, Codecov) are all passing. Previous review feedback from mkincaid-bw (SQL formatting and file renaming) has been addressed. |
...igrator/DbScripts/2026-03-16_01_AlterReadManyAccountRecoveryDetailsByOrganizationUserIds.sql
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7230 +/- ##
==========================================
+ Coverage 57.68% 61.81% +4.12%
==========================================
Files 2035 2035
Lines 89645 89647 +2
Branches 7993 7994 +1
==========================================
+ Hits 51709 55412 +3703
+ Misses 36072 32289 -3783
- Partials 1864 1946 +82 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Great job! No new security vulnerabilities introduced in this pull request |
…b.com/bitwarden/server into auth/pm-21926/read-salt-from-database
mkincaid-bw
left a comment
There was a problem hiding this comment.
Minor changes requested.
...dbo/Stored Procedures/OrganizationUser_ReadManyResetPasswordDetailsByOrganizationUserIds.sql
Outdated
Show resolved
Hide resolved
...o/Stored Procedures/OrganizationUser_ReadManyAccountRecoveryDetailsByOrganizationUserIds.sql
Show resolved
Hide resolved
...igrator/DbScripts/2026-03-16_01_AlterReadManyAccountRecoveryDetailsByOrganizationUserIds.sql
Outdated
Show resolved
Hide resolved
Patrick-Pimentel-Bitwarden
left a comment
There was a problem hiding this comment.
Changes are good! Another step closer. Thank you.
|




🎟️ Tracking
PM-21926
PM-30350
PM-32389
📔 Objective
Add MasterPasswordSalt to the response for ReadKdfByEmail and OranizationAccountRevovery in the User Repository.
I've removed a Test pertaining to Emergency Access that tries to check the salt against the
User.Emailwhich may not be the case in the future. So, it has been removed.Notes
The AC Repository updates for account recovery are handled in this PR which is in draft until this one is merged.
AC PR: #7231