-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[PM-21713] Include CipherId and find Ciphers in Risk Insights report #14823
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
Conversation
Great job, no security vulnerabilities found in this Pull Request |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14823 +/- ##
==========================================
+ Coverage 36.81% 36.82% +0.01%
==========================================
Files 3199 3200 +1
Lines 92625 92727 +102
Branches 13906 13927 +21
==========================================
+ Hits 34101 34148 +47
- Misses 57118 57172 +54
- Partials 1406 1407 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-21713
📔 Objective
The original code included the actual ciphers. This was incorrect. Each line item in the Risk Insights report is an aggregation and could consist of many ciphers.
This PR fixes the issue by storing the cipher ids along with the report.
The PR then finds the ciphers and uses it to render the Icons for each line item.
📸 Screenshots
No change to the UI - all UI elements must work as expected.

⏰ 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