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

Force tags to be lowercase in the frontend during parsing #92

Closed JJ-8 closed 5 months ago

JJ-8 commented 5 months ago

The backend already enforces lowercase of the tags, but the frontend did not. This could result in double challenge imports if you parse again. Now after the custom parser, all tags are forced to be lower case and unique.

This fixes https://github.com/JJ-8/CTFNote/issues/89