flag regex as variable
vonDowntown opened this issue · 2 comments
vonDowntown commented
This would make finding and checking for flags undependant from flagformat.
If you are using different flagformats for the same challenge in different ctfs.
probably over-engineering
So possible would be: self.flag_regex
domenukk commented
The flag is handed to the checker by the engine, there should never be a reason to match a regex, instead look for the actual flag.
domenukk commented
I think this can be closed (?)