Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

challenge collection validation #5

Open
mateuszdrwal opened this issue Oct 18, 2023 · 0 comments
Open

challenge collection validation #5

mateuszdrwal opened this issue Oct 18, 2023 · 0 comments
Labels
validation New validation feature

Comments

@mateuszdrwal
Copy link
Owner

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

@mateuszdrwal mateuszdrwal added the validation New validation feature label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
validation New validation feature
Projects
None yet
Development

No branches or pull requests

1 participant