reverse0x90 / edCTF

CTF Web Framework Using Ember and Django
Apache License 2.0
8 stars 3 forks source link

ember: category names from different ctfs cannot be the same #10

Open x64x6a opened 8 years ago

x64x6a commented 8 years ago

You cannot create a category with the same name as another ctf's category that is in memory.

The fix should be something like searching only the selected ctf's categories for similar names, and not the entire Ember store.