-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[PM-28616] Add flag UsePhishingBlocker to dbo.Organization #6625
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
base: main
Are you sure you want to change the base?
Conversation
|
Claude finished @voommen-livefront's task —— View job Code Review CompleteSummaryThis PR adds a FindingsFinding 1: Missing Required FixAdd this line in UsePhishingBlocker = license.UsePhishingBlocker;This requires the corresponding property to exist in Finding 2: Missing Required FixAdd this line after line 332: existingOrganization.UsePhishingBlocker = UsePhishingBlocker;Finding 3: No unit tests included Suggested TestsConsider adding tests for:
Finding 4: PR description quality Good Practices Observed
Action Items
|
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6625 +/- ##
==========================================
+ Coverage 52.98% 56.94% +3.95%
==========================================
Files 1909 1899 -10
Lines 84828 84609 -219
Branches 7634 7604 -30
==========================================
+ Hits 44948 48179 +3231
+ Misses 38127 34607 -3520
- Partials 1753 1823 +70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-28616
📔 Objective
Added the
usePhishingBlockerflag to dbo.OrganizationUpdated EntityFramework & Migrations
Added a flag in the Admin pages for an organization to
Use Phishing BlockerUpdated the models and views here as well.
📸 Screenshots
UI for Admin Console
Database (MSSQL)
Phishing Blocker in API calls
⏰ 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