You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a collection of challenges are all validated together using allchalls validate. This misses quite a few things that are relevant in the context of other challenges:
CRITICAL: no duplicate ids
HIGH: no duplicate titles
HIGH: no duplicate flags
Less important as the feature is unused right now, but unlocked_by should also throw a CRITICAL if the challenge cannot be found in the current context.
This should probably be implemented by moving away from allchalls and implementing a --all flag in validate
The text was updated successfully, but these errors were encountered:
Currently, a collection of challenges are all validated together using
allchalls validate
. This misses quite a few things that are relevant in the context of other challenges:Less important as the feature is unused right now, but unlocked_by should also throw a CRITICAL if the challenge cannot be found in the current context.
This should probably be implemented by moving away from
allchalls
and implementing a--all
flag invalidate
The text was updated successfully, but these errors were encountered: