JJ-8 / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work. This tool helps making notes during CTFs, so you can track your CTF notes at a later time. This is similar to the CTF pad seen in one of the video's of Liveoverflow.
GNU General Public License v3.0
9 stars 2 forks source link

Race condition in creating CTF channels/role in Discord #102

Closed JJ-8 closed 4 months ago

JJ-8 commented 4 months ago

When multiple people are having member access (or higher), not all of them are added to the CTF role when /create is used in Discord. This would result in an out-of-sync state which can be corrected by downgrading the role and applying the role again.

JJ-8 commented 4 months ago

See https://github.com/TFNS/CTFNote/issues/238