Kevin Chung
Kevin Chung
Mac Build 1.0.272 Beta Helpful for patching.
Experimental branch for testing out switching from pybluemonday to nh3. Comments welcome on whether this is beneficial or detrimental.
If a challenge is deleted, any awards that were related to that challenge (i.e. Hints) should likely be deleted as well.
Even with git subrepo it seems that we can sometimes have issues with git lfs. ``` ❯ ctf challenge add .... git-subrepo: Command failed: 'git read-tree --prefix=...... -u 4dda58e74a75de46c39............'. Downloading...
I believe our healthcheck implemtnation is currently lacking so just writing some notes on improving it. I believe ctfcli should treat a solve script as a kind of template. Possibly...
A *great* enhancement would be a Github Action that automatically tests a plugin against the latest version of CTFd to see if CTFd still boots up with that plugin.
Hello, I am looking at using nh3 as a replacement for [pybluemonday](https://github.com/ColdHeat/pybluemonday) which is bindings for [bluemonday](https://github.com/microcosm-cc/bluemonday). In my testing it seems like nh3 ends up being slower than pybluemonday....
* Needs tests * Maybe rename group challenge logic to team challenge logic
https://github.com/CTFd/CTFd/blob/904fdc0fdd8a65231b99c6468d85a1df7ffec677/CTFd/config.py#L21-L34 This code causes issues since we shouldn't assume the underlying type that code desires. This is tricky because we do want some detection behavior b/c we (or someone else)...