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

PM-19389: Handle encoding error when migrating biometric key #4900

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

david-livefront
Copy link
Collaborator

@david-livefront david-livefront commented Mar 20, 2025

🎟️ Tracking

PM-19389

📔 Objective

This PR updates the Biometric Key migration encoding logic to occur before attempting to login. This ensures that we know the user is in a position to be migrated to a more secure biometric configuration before unlocking the vault.

⏰ 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

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.18%. Comparing base (3eed1c1) to head (59fc2b5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4900      +/-   ##
==========================================
- Coverage   89.49%   84.18%   -5.31%     
==========================================
  Files         499      618     +119     
  Lines       42507    48219    +5712     
  Branches     5985     6669     +684     
==========================================
+ Hits        38040    40595    +2555     
- Misses       2399     5375    +2976     
- Partials     2068     2249     +181     

☔ 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.

Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Details6a56cb5f-00d1-4282-bcea-f40f26579e30

Great job, no security vulnerabilities found in this Pull Request

Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Detailsd7642430-1ae0-450d-b77c-81cfbf78dd91

Great job, no security vulnerabilities found in this Pull Request

Copy link
Collaborator

@dseverns-livefront dseverns-livefront left a comment

Choose a reason for hiding this comment

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

@david-livefront
Copy link
Collaborator Author

Thanks @dseverns-livefront

@david-livefront david-livefront added this pull request to the merge queue Mar 20, 2025
Merged via the queue into main with commit 29371bd Mar 20, 2025
14 checks passed
@david-livefront david-livefront deleted the PM-19389-biometric-migration-error branch March 20, 2025 19:42
@SaintPatrck SaintPatrck linked an issue Mar 21, 2025 that may be closed by this pull request
1 task
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.

Must turn biometrics on and reset timeout every time app starts
2 participants