You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Validate user id to project and timer
Set project id in session and match to passed id from form input element(s)
Just do both - overkill?
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: