Skip to content

Commit

Permalink
#9410 Add missing CSRF checks to unassign/cancel and reinstate forms
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Oct 12, 2023
1 parent 04e0e0e commit 01feef7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public function __construct($reviewAssignment, $reviewRound, $submission, $templ
$this->setReviewAssignment($reviewAssignment);
$this->setReviewRound($reviewRound);
$this->setSubmission($submission);

$this->addCheck(new FormValidatorCSRF($this));

parent::__construct($template);
}

Expand Down

0 comments on commit 01feef7

Please sign in to comment.