Bug 480231 - Password are being synced if client is Bitwarden.
Summary: Password are being synced if client is Bitwarden.
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kdeconnect
Classification: Applications
Component: common (other bugs)
Version First Reported In: 23.08.4
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-23 15:48 UTC by darkphoenix534
Modified: 2024-02-18 16:25 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description darkphoenix534 2024-01-23 15:48:31 UTC
SUMMARY
***
Pasword/use_name copied from Bitwarden are getting synced across all kde-connected devices.
`Including Passwod` in `clipboard Plugin` is unchecked.

This works perfectly for keepassXC but it dosen't work for bitwarden.
***


STEPS TO REPRODUCE
1. Copy Password from bitwarden Window.
2.  Paste the clipboard content on kde-connected devices. 

OBSERVED RESULT
Password gets synced to other devices.

EXPECTED RESULT
Password should not be synced to other devices.

SOFTWARE/OS VERSIONS
OS: Arch Linux x86_64
Kernel: 6.6.9-zen1-1-zen
WM: Hyprland (Wayland)
Comment 1 Tobias Fella 2024-01-23 20:43:32 UTC
This is a "bug" in bitwarden; they need to set the mimetype x-kde-passwordManagerHint to "secret" when copying a password
Comment 2 darkphoenix534 2024-02-18 16:25:24 UTC
ok, Thank you.