-
Notifications
You must be signed in to change notification settings - Fork 807
2785 plugins in schema #2813
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
2785 plugins in schema #2813
Conversation
95f015c
to
6ee287b
Compare
Codecov ReportBase: 64.33% // Head: 64.32% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #2813 +/- ##
===========================================
- Coverage 64.33% 64.32% -0.01%
===========================================
Files 408 409 +1
Lines 11627 11625 -2
===========================================
- Hits 7480 7478 -2
Misses 4147 4147
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This is done to make the structure of hard-coded exploiters' options to match the options of exploiter plugins
Exploiter plugins and hard-coded plugins must be merged to create a cohesive configuration schema
6ee287b
to
088c8a0
Compare
What does this PR do?
Fixes #2785
Does all changes required to switch exploiters in the configuration from
Sequence[PluginConfiguration]
toDict[str, Mapping]
PR Checklist
Testing Checklist