-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
FdoSecrets: skip entries in recycle bin when searching #8021
FdoSecrets: skip entries in recycle bin when searching #8021
Conversation
8d0f95a
to
9a2f6ae
Compare
Codecov Report
@@ Coverage Diff @@
## develop #8021 +/- ##
===========================================
- Coverage 64.29% 64.29% -0.00%
===========================================
Files 339 339
Lines 43431 43433 +2
===========================================
+ Hits 27923 27924 +1
- Misses 15508 15509 +1
Continue to review full report at Codecov.
|
When will a release or a backport of this fix come out? |
@Aetf In general I don't like leaving naked |
Will keep that in mind! |
When will there be a new release with this fix or a backport of this bugfix? |
You can use it right now at https://snapshot.keepassxc.org |
You can also just clear the recycle bin, or define a separate group for FdoSecrets that doesn't include the recycle bin. |
When the recycle bin is under the exposed group, searching will return entries in the recycle bin.
fix #7933, replaces #7850
Testing strategy
Added unit test
Type of change