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

Checker: Redesign checker runner to library #33

Closed
F30 opened this issue Jun 15, 2018 · 0 comments
Closed

Checker: Redesign checker runner to library #33

F30 opened this issue Jun 15, 2018 · 0 comments
Assignees
Labels
idea Idea to be discussed, not yet ready for implementation

Comments

@F30
Copy link
Member

F30 commented Jun 15, 2018

The checker script runner (ctf-checkerslave, though I'm not happy with the name) could be redesigned into a Python library instead of importing the checker scripts as modules. Checker scripts would then be executables importing the library, instead of the other way round.

This would be the nicer design in my opinion and eliminate some configuration overhead for import-ability of checker modules. It would also provide a nice template for implementations in other languages (see #32).

@F30 F30 added the idea Idea to be discussed, not yet ready for implementation label Jun 15, 2018
@F30 F30 assigned rudis and F30 Feb 20, 2019
@F30 F30 closed this as completed in babf7a1 Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Idea to be discussed, not yet ready for implementation
Projects
None yet
Development

No branches or pull requests

2 participants