CTFd icon indicating copy to clipboard operation
CTFd copied to clipboard

CTFs as you need them

Results 351 CTFd issues
Sort by recently updated
recently updated
newest added

![Screenshot 2024-04-22 234918](https://github.com/CTFd/CTFd/assets/86753838/97aee4e9-3e3a-4f96-bc39-95170dc1afd7)

when i run this in terminal, it notice me that: ctfd-1 | exec /opt/CTFd/docker-entrypoint.sh: no such file or directory can you help me asap thank

**Environment**: - CTFd Version/Commit: 3.7.0 - Operating System: Ubuntu 22.04.3 LTS - Web Browser and Version: Bug is occurs in Newest Chrome, Chromium and Firefox. Not tested more. **What happened?**...

Need a form to email all teams

enhancement

CTFd's plugin system bases itself on python features, notably, the fact that functions can be modified, wrapped, and replaced entirely at any time. While this is a good thing for...

**Environment**: - CTFd Version/Commit: 3.7.0 - Operating System: any - Web Browser and Version: Firefox 115 **What happened?** When playing a challenge in a language different than English, with the...

Recently, I've been addressing the following issue: https://github.com/CTFd/CTFd/issues/1389. Modified _get_s3_connection() to directly fetch session_token from environment variables. `session_token` values often change, and it seemed impractical to retrieve them through `config.ini`...

**Current situation**: In current CTFd API, there are 2 endpoints for scoreboards: - `/api/v1/scoreboard/`: return the whole standings, with team members. In core-beta theme, this is used to generate the...

Exports should not be a process that requires the worker should live. Isntead it should be kicked off as a kind of async job and we should have a list...