keepassxc
keepassxc copied to clipboard
CSV Export doesn't escape slashes
Overview
When exporting a database via CSV, group names that contain slashes (/) are not escaped. This leads to extra sub groups being created upon import.
Steps to Reproduce
- Create a group with a slash in the name
- Export db
- Import db
Expected Behavior
Slashes in the group name would be retained and not converted into sub groups.