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 that UUID's coming into the server are UUID's. #90

Open
crspybits opened this issue Oct 9, 2018 · 2 comments
Open

Validate that UUID's coming into the server are UUID's. #90

crspybits opened this issue Oct 9, 2018 · 2 comments

Comments

@crspybits
Copy link
Owner

crspybits commented Oct 9, 2018

The client provides the UUID's. Clients can't be trusted. Make sure the UUID's received in API/endpoint requests are actually UUID's.

@crspybits
Copy link
Owner Author

As part of this should:

  1. standardize on lowercase/uppercase for UUID's (some are lower and some are upper in the database tables right now).
  2. Make sure searches/comparisons in database tables take place independent of upper/lower case. e.g., if you search for a UUID with an uppercase example string, it will find a lower case instance in the db.

@danligas
Copy link

danligas commented Jun 17, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants