Kevin Chung

Results 334 comments of Kevin Chung

Hi Ted! If you have command line access you can do this via the shell similarly to how `manage.py` works. You import CTFd, create the app and use `with app.app_context()`...

Hello! I could try it out at some point but the NYCTS renders the image on the sign itself so it's a little tricky to do any font swaps. Thats...

By any chance did this go away after switching to the core-beta theme? Did you see that the Brackets were correctly defined in the Admin Panel?

See https://github.com/CTFd/CTFd/pull/2601/commits/d659f43f8798bf563a1e1917b0364b92310b16e5 and https://github.com/CTFd/CTFd/issues/2600#issuecomment-2365065037 to get MariaDB working properly under Windows Docker Desktop with WSL2.

I believe the issue with this was that the dev mode wouldn't rebuild the manifest which CTFd needs in order to determine the location of the build assets. That might...

Hello! if possible I think this limitation should be removed or given a way to bypass it. Or perhaps non-setup.py hits should be shown as warnings. To properly review a...

@sobregosodd Yes setup.py is going to be an easier place to get quick RCE since it will run on package install but the exploitation path would merely require that the...

I'm familiar with this problem. I think this makes sense to change.

You could consider blocking the IP range that the link checker uses to check the link but I agree that this is worth fixing.

I think there could be a way to tackle this in 3.8 but the safer option is to leave it for 4.0 but we'll see.