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 MRUList assumption #471

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Fix MRUList assumption #471

merged 2 commits into from
Dec 14, 2023

Conversation

JSCU-CNI
Copy link
Contributor

@JSCU-CNI JSCU-CNI commented Dec 6, 2023

An MRU key does not always have a MRUList key/value pair. This assumption is now fixed.

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

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

Comparison is base (9da44cb) 74.02% compared to head (485652e) 74.01%.

Files Patch % Lines
dissect/target/plugins/os/windows/regf/mru.py 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #471      +/-   ##
==========================================
- Coverage   74.02%   74.01%   -0.01%     
==========================================
  Files         259      259              
  Lines       20948    20951       +3     
==========================================
+ Hits        15506    15507       +1     
- Misses       5442     5444       +2     
Flag Coverage Δ
unittests 74.01% <60.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.

A windows target does not always have a MRUList key/value pair.
This assumption is now fixed.
@pyrco pyrco force-pushed the fix/windows-mrulist branch from 5caeb2a to 485652e Compare December 14, 2023 10:07
@pyrco pyrco merged commit b24b977 into fox-it:main Dec 14, 2023
11 of 16 checks passed
JSCU-CNI added a commit to JSCU-CNI/dissect.target that referenced this pull request Jan 2, 2024
A windows target does not always have a MRUList key/value pair.
This assumption is now fixed.
@JSCU-CNI JSCU-CNI deleted the fix/windows-mrulist branch January 4, 2024 13:04
Poeloe pushed a commit that referenced this pull request Feb 29, 2024
A windows target does not always have a MRUList key/value pair.
This assumption is now fixed.
Zawadidone pushed a commit to Zawadidone/dissect.target that referenced this pull request Apr 5, 2024
A windows target does not always have a MRUList key/value pair.
This assumption is now fixed.
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.

3 participants