sysPass
sysPass copied to clipboard
Search for string with a slash '/' not possible.
sysPass Version 3.2.2
Describe the bug If a search for a string that contains a slash, like "S/MIME", the search is done with the string without the slash (e.g. "SMIME").
The function safeSearchString()
in file lib/SP/Util/Filter.php
removes the '/' from search string.
But there is no reason for that. A slash isn't unsafe for a LIKE '% %'
search.
regards Armin