Closed dfjxs closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
53a01ad
) 47.94% compared to head (0e96bd5
) 48.03%. Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks. This is great. But we should add a test that tests this behavior and that the previous version fails on. Do you want to do that, or should I?
On Thu, Nov 23, 2023 at 11:10 PM Jason @.***> wrote:
Fixes #430 https://github.com/simsong/bulk_extractor/issues/430
Disable scanners provided in arguments before enabling other scanners. This solves a bug where using -x all results in no scanners being active regardless of -e arguments provided.
You can view, comment on, or merge this pull request online at:
https://github.com/simsong/bulk_extractor/pull/431 Commit Summary
- 4da6885 https://github.com/simsong/bulk_extractor/pull/431/commits/4da6885d632197a60127a5d15441a87047e930ec Disable scanners before enabling
File Changes
(1 file https://github.com/simsong/bulk_extractor/pull/431/files)
- M src/bulk_extractor.cpp https://github.com/simsong/bulk_extractor/pull/431/files#diff-9b4e87f9876023d98b0c99566060f3431fb3441f1ec617e7853c86760d80fd57 (13)
Patch Links:
- https://github.com/simsong/bulk_extractor/pull/431.patch
- https://github.com/simsong/bulk_extractor/pull/431.diff
— Reply to this email directly, view it on GitHub https://github.com/simsong/bulk_extractor/pull/431, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMFHLCBHJBDLEXWJSNQVQDYF7JU3AVCNFSM6AAAAAA7YLDI6CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYDQOBYGAZDEOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Ah, good point. I'll add one.
Thanks!
Fixes #430
Disable scanners provided in arguments before enabling other scanners. This solves a bug where using
-x all
results in no scanners being active regardless of-e
arguments provided.