PhilippC / PhilippC/keepass2android
Item detail view / Note field: UI replaces {...} field values like {PASSWORD} with actual values when not in "reveal pasword" mode
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.2k
- Forks
- 478
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 2
Description
The current behavior inadvertently reveals passwords inside Auto-Type strings without being in reveal password (👁️) mode.
Fix:
Only replace {...} field values like {PASSWORD} with actual values when in "reveal pasword" mode.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Android Item detail view's Note field and reproduce the issue with an Auto-Type string containing a field such as {PASSWORD}. Compare the displayed value with reveal-password mode enabled and disabled; done means the actual value appears only when reveal mode is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, csharp
- Domain
- mobile, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100