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
It seems to me that an external agent can put whatever user he/she desired to the req.body and get away with changing others' attendance and votes.
This possible entry of wrong user/creator is possible also in comment data model and might be applicable for other data models also. One needs to receive such fields directly from req.body.
The text was updated successfully, but these errors were encountered:
Not tested, just observation from code review.
It seems to me that an external agent can put whatever user he/she desired to the req.body and get away with changing others' attendance and votes.
This possible entry of wrong user/creator is possible also in comment data model and might be applicable for other data models also. One needs to receive such fields directly from
req.body
.The text was updated successfully, but these errors were encountered: