Skip to content
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 removing get_all_records() exports by plugin_function_index() #527

Merged

Conversation

pyrco
Copy link
Contributor

@pyrco pyrco commented Feb 6, 2024

The copy made of the global plugin list was to shallow, resulting in the get_all_records() exports being removed from the list of exports.

DIS-2971

@pyrco pyrco requested a review from Miauwkeru February 6, 2024 09:34
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (da9cd96) 73.68% compared to head (d650ed3) 73.69%.

Files Patch % Lines
dissect/target/plugin.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #527   +/-   ##
=======================================
  Coverage   73.68%   73.69%           
=======================================
  Files         277      277           
  Lines       23052    23056    +4     
=======================================
+ Hits        16987    16990    +3     
- Misses       6065     6066    +1     
Flag Coverage Δ
unittests 73.69% <80.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The copy made of the global plugin list was to shallow, resulting in the
get_all_records() exports being removed from the list of exports.

DIS-2971
@pyrco pyrco force-pushed the feature/dis-2971_fix-removal-of-get-all-records-exports branch from 3afec31 to d650ed3 Compare February 8, 2024 08:57
@pyrco pyrco merged commit 0960572 into main Feb 8, 2024
16 checks passed
@pyrco pyrco deleted the feature/dis-2971_fix-removal-of-get-all-records-exports branch February 8, 2024 11:26
Poeloe pushed a commit that referenced this pull request Feb 29, 2024
The copy made of the global plugin list was to shallow, resulting in the
get_all_records() exports being removed from the list of exports.

DIS-2971
Zawadidone pushed a commit to Zawadidone/dissect.target that referenced this pull request Apr 5, 2024
…x-it#527)

The copy made of the global plugin list was to shallow, resulting in the
get_all_records() exports being removed from the list of exports.

DIS-2971
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants