Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix OPVault import when there are multiple OTP fields #8436

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

droidmonkey
Copy link
Member

Testing strategy

Added test case

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2022

Codecov Report

Merging #8436 (15ae687) into develop (15b9e82) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop    #8436   +/-   ##
========================================
  Coverage    64.45%   64.45%           
========================================
  Files          339      339           
  Lines        43763    43771    +8     
========================================
+ Hits         28205    28211    +6     
- Misses       15558    15560    +2     
Impacted Files Coverage Δ
src/format/OpVaultReaderSections.cpp 86.67% <100.00%> (+1.10%) ⬆️
src/core/Entry.cpp 83.78% <0.00%> (-0.20%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

* Fix #8371 - store multiple OTP fields as `otp_#` instead of silently discarding them.
@droidmonkey droidmonkey merged commit 9e81c31 into develop Sep 7, 2022
@droidmonkey droidmonkey deleted the hotfix/opvault-totp branch September 7, 2022 10:48
@droidmonkey droidmonkey added pr: backported Pull request backported to previous release and removed backport-pending labels Sep 11, 2022
@phoerious phoerious added pr: bugfix Pull request that fixes a bug and removed bug labels Nov 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
import: 1Password pr: backported Pull request backported to previous release pr: bugfix Pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple TOTP fields lost when importing 1Password
3 participants