-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix finding namespace plugins that do not want to be __findable__ #487
Fix finding namespace plugins that do not want to be __findable__ #487
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #487 +/- ##
==========================================
- Coverage 73.95% 73.94% -0.01%
==========================================
Files 260 260
Lines 21017 21020 +3
==========================================
+ Hits 15543 15544 +1
- Misses 5474 5476 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
dissect/target/plugin.py
Outdated
# (if there is a subtree). | ||
# | ||
# Examples: | ||
# -f browser -> apps.browser.browsers* (the whole package, due to a namespace match) |
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.
-f browser doesn't work?
target-query: error: argument -f/--function contains invalid plugin(s): browser
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.
Works here? It didn't work before this patch, as this is the thing it tries to fix.
3c5b3ce
to
6ce83b3
Compare
6ce83b3
to
35c8db3
Compare
35c8db3
to
71dff7a
Compare
(DIS-2901)