Skip to content
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

refactor(email-verification-feature-flag): [PM-7882] Email Verificati… #12718

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Patrick-Pimentel-Bitwarden
Copy link
Contributor

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-7326

📔 Objective

This pr is to remove the email verification removal feature flag.

📸 Screenshots

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 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

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Logo
Checkmarx One – Scan Summary & Details5d04d4c7-5002-4578-b6fa-1bf0311bda59

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Client_Privacy_Violation /apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts: 1068 Attack Vector
MEDIUM Client_Privacy_Violation /apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts: 1069 Attack Vector
MEDIUM Client_Privacy_Violation /apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts: 1069 Attack Vector

Fixed Issues

Severity Issue Source File / Package
MEDIUM Client_Privacy_Violation /apps/browser/src/autofill/deprecated/overlay/pages/list/autofill-overlay-list.deprecated.ts: 393
MEDIUM Client_Privacy_Violation /apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts: 1166
MEDIUM Client_Privacy_Violation /apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts: 1068

@Patrick-Pimentel-Bitwarden Patrick-Pimentel-Bitwarden force-pushed the auth/pm-7882/email-verification-removal-feature-flag branch 3 times, most recently from 5e52256 to 763f903 Compare January 6, 2025 22:17
@Patrick-Pimentel-Bitwarden Patrick-Pimentel-Bitwarden force-pushed the auth/pm-7882/email-verification-removal-feature-flag branch from 763f903 to 0a28e6a Compare January 6, 2025 22:18
…on - Fixed sso component to work with the test.
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

Attention: Patch coverage is 4.54545% with 21 lines in your changes missing coverage. Please review.

Project coverage is 34.29%. Comparing base (6aa5b1b) to head (acb0931).
Report is 4 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
apps/browser/src/auth/popup/home.component.ts 0.00% 4 Missing ⚠️
apps/web/src/app/auth/login/login-v1.component.ts 0.00% 4 Missing ⚠️
.../angular/src/auth/components/login-v1.component.ts 0.00% 3 Missing ⚠️
apps/desktop/src/auth/login/login-v1.component.ts 0.00% 2 Missing ⚠️
...rgency-access/accept/accept-emergency.component.ts 0.00% 2 Missing ⚠️
...ganization-invite/accept-organization.component.ts 0.00% 2 Missing ⚠️
...sole/providers/manage/accept-provider.component.ts 0.00% 2 Missing ⚠️
...ponsorships/accept-family-sponsorship.component.ts 0.00% 1 Missing ⚠️
libs/auth/src/angular/sso/sso.component.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12718      +/-   ##
==========================================
- Coverage   34.29%   34.29%   -0.01%     
==========================================
  Files        2899     2900       +1     
  Lines       89489    89513      +24     
  Branches    16805    16798       -7     
==========================================
+ Hits        30693    30701       +8     
- Misses      56395    56410      +15     
- Partials     2401     2402       +1     

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

@Patrick-Pimentel-Bitwarden Patrick-Pimentel-Bitwarden marked this pull request as ready for review January 6, 2025 23:10
Copy link
Member

Choose a reason for hiding this comment

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

⚠️ This form is not typesafe. The properties with ! are not always definitely assigned. Either account for null/undefined values or ensure they're always definitely assigned by the constructor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants