serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

[#49] Escaping characters in parse errors #59

Closed DK318 closed 2 years ago

DK318 commented 2 years ago

Description

Problem

We are not escaping failing input in parse errors. Some characters can be invisible (e.g. zero width space) so user can't figure out what is going on when he sees parse error.

Solution

Escaping failing input in parse errors.

Related issue(s)