Commit 668f523
Added next and anonymize in requirements (#169)
* Added next_id support
* Some improvements
- Added support for anonymize flag in requirements
- Added data in flags with static type in challenge-example.yml to avoid
verify command fails
- Added sort for requirements because it seems CTFd does not accept
prerequisites if they are not sorted.
- Applied black to challenge.py to avoid Linting error.
* Updated to pass tests
* deleted debug print
* Applied black again
* Fixed ruff check errors
* Changed next_id to next
* Ommit require_anonymize and support anonymize in requirements
* Changed back to mistakenly edit lines
---------
Co-authored-by: Kevin Chung <[email protected]>1 parent 0d946b4 commit 668f523
File tree
4 files changed
+250
-43
lines changed- ctfcli
- core
- spec
- tests/core
4 files changed
+250
-43
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments