Results 5 issues of Adam Doupe

$ python --version Python 2.6.6 ``` >>> sys.version_info (2, 6, 6, 'final', 0) ``` $ python shellnoob.py Traceback (most recent call last): File "shellnoob.py", line 39, in PY2 = sys.version_info.major...

break.asm .section .text xor %eax,%eax /\* ☃ */ push %eax push $0x68732f2f push $0x6e69622f mov %esp,%ebx push %eax push %ebx mov %esp,%ecx mov $0xb,%al int $0x80 -- end break.asm --...

Test cases: https://gist.github.com/adamdoupe/fa53c586c2bab357e0a97a524a865240 repro: run `python server.py` then run: `python -c "print('hello\n')" | python test.py` expected output from test.py: ``` hello ``` received output from test.py: ``` ```

### Description On MacOS (unsure if this happens in other OSes), I'm unable to copy text from the About window. This makes reporting bugs more difficult. Version 9.2.28.dev0 nightly on...

enhancement

This is less a bug and more of a design issue with the [cache busting](https://github.com/CTFd/CTFd/commit/69dc0a799ace1596d5a5f079db92684907b63882) functionality. Production deployment of CTFd involves running more than one worker (as mentioned in the...