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

Form Validation Missing #70

Open
4 tasks
Reisen opened this issue May 26, 2019 · 0 comments
Open
4 tasks

Form Validation Missing #70

Reisen opened this issue May 26, 2019 · 0 comments
Labels
backend This requires backend fixes. bug Something isn't working security This issue has security implications. web This requires frontend fixes.
Milestone

Comments

@Reisen
Copy link
Owner

Reisen commented May 26, 2019

Uploaded data is currently completely unvalidated. All routes should be checked but current validations missing:

  • User Registration (Username/Password Length)
  • User Login (Username/Password not Empty)
  • Image Upload (Tags cannot contain spaces)
  • Tag Updates (Cannot upload empty tags, or tags with spaces).
@Reisen Reisen added bug Something isn't working security This issue has security implications. web This requires frontend fixes. backend This requires backend fixes. labels May 26, 2019
@Reisen Reisen added this to the Version 1 milestone May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This requires backend fixes. bug Something isn't working security This issue has security implications. web This requires frontend fixes.
Projects
None yet
Development

No branches or pull requests

1 participant