Skip to content

Conversation

@andreashappe
Copy link
Member

This introduces RoundBasedUseCase which can be used by new use-cases as a base-class. This brings down our linux priv-esc prototype to ~160 LOC.

Also improve documentation.

andreashappe and others added 11 commits April 18, 2024 09:40
This takes care of setup stuff (database, etc.). Implementing
subclasses can just focus upon their "business logic" by using the
callbacks: `setup`, `perform_round` and `teardown`.
- this should be the first step of a cleanup
- the functionality might be reused by other use-cases
Adds documentation for use cases and configurable
@andreashappe andreashappe requested a review from citostyle as a code owner April 19, 2024 13:42
@andreashappe andreashappe merged commit e1b8610 into main Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants