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 user id and project id before verbs that modify #3

Open
harrisonde opened this issue Jul 28, 2014 · 0 comments
Open

Validate user id and project id before verbs that modify #3

harrisonde opened this issue Jul 28, 2014 · 0 comments

Comments

@harrisonde
Copy link
Owner

Just came to my attention that RESTful project and timer modification verbs need check to make sure users do not tamper with DOM. If project id is changes, possible other user data my fall victim to hackery.

Solutions

  1. Validate user id to project and timer
  2. Set project id in session and match to passed id from form input element(s)
  3. Just do both - overkill?
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

1 participant