-
Notifications
You must be signed in to change notification settings - Fork 225
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
Uefi plugin #1143
base: master
Are you sure you want to change the base?
Uefi plugin #1143
Conversation
jstucke
commented
Oct 16, 2023
•
edited
Loading
edited
- new analysis plugin based on FwHunt
- convert to V0
- write tests
and also sorted results in the template by rule name
run_docker_container( | ||
DOCKER_IMAGE, | ||
combine_stderr_stdout=True, | ||
timeout=self.TIMEOUT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is part of the Mixin and should not be used.
Also I'd rather use functions instead of methods since plugins don't maintain state.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops I didn't intend to use it. This is more of an artifact from the pre-V1 plugin