DU4L / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work.
GNU General Public License v3.0
0 stars 0 forks source link

[Upstream] Limit task creation by access controll #72

Open JM-Lemmi opened 2 years ago

JM-Lemmi commented 2 years ago

Now we first evaluate ctfnote_private.can_play_ctf before adding a task. If it is not true (value can also be null), then we do not create and add the pad. This prevents guests from adding tasks to CTFs they are not allowed to participate in.