ArmyCyberInstitute / cmgr

CTF Challenge Manager
Apache License 2.0
17 stars 9 forks source link

Incorrect handling of "dont_template" in pybuild challenges #36

Closed jrolli closed 2 years ago

jrolli commented 2 years ago

The current logic for dont_template in pybuild-based challenges does not work for ignoring entire directories. It currently ignores the files in that immediate directory while still recursing into the sub-directories.