"Leave group" feature is vulnerable to CSRF

Issue #43 resolved
Evgeny Kotelnikov created an issue

The request for leaving a group is a simple GET-request to "./leave_group". This is subject to a CSRF-attack. Should fix, probably using the "check_csrf" feature of the views, similarly to other places.

Comments (1)

  1. Log in to comment