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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Since c70673b we protect the views against data injection via manual POST requests. Even when submission was disabled in a settings object, the view did not check that.
This is fine for students and workshops but stuff is a bit more complicated. We should check different tutor, orga, helper fields and match against settings attributes.
The text was updated successfully, but these errors were encountered:
For workshop submission, it was definitely there. In case of staff registration it might be the case that the dynamic form field fiddling already protects against this.
Since c70673b we protect the views against data injection via manual POST requests. Even when submission was disabled in a settings object, the view did not check that.
This is fine for students and workshops but stuff is a bit more complicated. We should check different tutor, orga, helper fields and match against settings attributes.
The text was updated successfully, but these errors were encountered: