Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate input fields #1

Open
kaimoe opened this issue Mar 12, 2018 · 0 comments
Open

Validate input fields #1

kaimoe opened this issue Mar 12, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@kaimoe
Copy link
Owner

kaimoe commented Mar 12, 2018

Currently, input from the interface text fields is not validated and sanitized in a way.

This allows for, among others:

  1. accidents with the log (like commas that would mess up the csv format)
  2. executing arbitrary code (since some field values, such as editname, are ran in bash as-is)

This should be rectified.

@kaimoe kaimoe added the enhancement New feature or request label Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant