Skip to content

[PM-32829] Cipher Key for unassigned ciphers#7164

Open
nick-livefront wants to merge 2 commits intomainfrom
vault/pm-32829/return-cipher-keys-ef
Open

[PM-32829] Cipher Key for unassigned ciphers#7164
nick-livefront wants to merge 2 commits intomainfrom
vault/pm-32829/return-cipher-keys-ef

Conversation

@nick-livefront
Copy link
Contributor

@nick-livefront nick-livefront commented Mar 5, 2026

🎟️ Tracking

PM-32829

📔 Objective

Return the cipher key when fetching ciphers by the organization for EF, without the key SDK decryption fails.

📸 Screenshots

Before After
Screen.Recording.2026-03-05.at.2.55.26.PM.mov
Screen.Recording.2026-03-05.at.3.52.44.PM.mov

@nick-livefront nick-livefront requested a review from a team as a code owner March 5, 2026 22:13
Copy link
Member

@shane-melton shane-melton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also update CipherOrganizationDetailsReadByIdQuery.cs that is also missing the Key mapping

CreationDate = c.CreationDate,
RevisionDate = c.RevisionDate,
DeletedDate = c.DeletedDate,
Key = c.Key,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎨 Reprompt is also not being mapped/grabbed here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! 40c0b8e

@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

Logo
Checkmarx One – Scan Summary & Details2d19cf49-7e6f-4bd0-b41b-4683193ec136

Great job! No new security vulnerabilities introduced in this pull request

@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.96%. Comparing base (165117f) to head (40c0b8e).
⚠️ Report is 17 commits behind head on main.

Files with missing lines Patch % Lines
.../Queries/CipherOrganizationDetailsReadByIdQuery.cs 0.00% 2 Missing ⚠️
...herOrganizationDetailsReadByOrganizationIdQuery.cs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7164      +/-   ##
==========================================
+ Coverage   56.66%   60.96%   +4.29%     
==========================================
  Files        2024     2028       +4     
  Lines       88602    88831     +229     
  Branches     7905     7917      +12     
==========================================
+ Hits        50205    54153    +3948     
+ Misses      36571    32763    -3808     
- Partials     1826     1915      +89     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 6, 2026

Copy link
Member

@shane-melton shane-melton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks for the tests as always!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants