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

Take MP reprompt into account when asserting credential #863

Closed
wants to merge 2 commits into from

Conversation

coroiu
Copy link
Contributor

@coroiu coroiu commented Jun 27, 2024

๐ŸŽŸ๏ธ Tracking

๐Ÿ“” Objective

Take MP reprompt into account when asserting credential. If MP reprompt is enabled then we need to require UV

๐Ÿ“ธ 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 Jun 27, 2024

Logo
Checkmarx One โ€“ Scan Summary & Details โ€“ ea43fb30-be6d-4207-bc11-e42a8d1732f2

No New Or Fixed Issues Found

Copy link

codecov bot commented Jun 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 17 lines in your changes missing coverage. Please review.

Project coverage is 55.92%. Comparing base (d43d1cb) to head (31f271b).

Files Patch % Lines
crates/bitwarden-fido/src/authenticator.rs 0.00% 17 Missing โš ๏ธ
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #863      +/-   ##
==========================================
- Coverage   56.00%   55.92%   -0.08%     
==========================================
  Files         193      193              
  Lines       12607    12623      +16     
==========================================
  Hits         7060     7060              
- Misses       5547     5563      +16     

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

@@ -20,7 +20,7 @@
};
use crate::{
fill_with_credential, string_to_guid_bytes, try_from_credential_full, Fido2CallbackError,
FillCredentialError, InvalidGuid,
FillCredentialError, InvalidGuid, Verification,

Check failure

Code scanning / clippy

unused import: Verification Error

unused import: Verification
@coroiu
Copy link
Contributor Author

coroiu commented Jul 3, 2024

closing since the app will contain the MP reprompt logic for the time being

@coroiu coroiu closed this Jul 3, 2024
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.

None yet

1 participant