Geend / HshHelper

Hannover University of Applied Sciences and Arts - Master Project - Security competition to make a secure filesharing website.
GNU General Public License v3.0
0 stars 1 forks source link

URL-Parameter in POST request #122

Closed Geend closed 5 years ago

Geend commented 5 years ago

In drei POST routen verwenden wir Parameter in den Urls. Könnte das ein Problem darstellen?

Betroffene Routen: POST /resetPassword/:tokenId controllers.LoginController.resetPasswordWithToken(tokenId : java.util.UUID)

POST /groups/:groupId/members/remove controllers.GroupController.removeGroupMember(groupId : Long)

POST /groups/:groupId/members/add controllers.GroupController.addGroupMember(groupId : Long)

Geend commented 5 years ago

Ist zwar etwas inkonsistent, aber bleibt jetzt so wie es ist.