samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

Input validation and scrubbing #46

Open samuelbryant opened 6 years ago

samuelbryant commented 6 years ago

right now there are very minimal checks on user input. for example, a user could in theory put emojis in their tags.

For all I know, there might even be possible injection attacks.

We should scrub all input and probably limit things to unicode.