-
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
Add the architecture function to OSPlugin #414
Merged
pyrco
merged 1 commit into
main
from
feature/dis-2386_add-architecture-function-to-osplugin
Oct 13, 2023
Merged
Add the architecture function to OSPlugin #414
pyrco
merged 1 commit into
main
from
feature/dis-2386_add-architecture-function-to-osplugin
Oct 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #414 +/- ##
==========================================
+ Coverage 73.87% 73.99% +0.11%
==========================================
Files 255 255
Lines 20240 20304 +64
==========================================
+ Hits 14953 15024 +71
+ Misses 5287 5280 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 35 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Schamper
requested changes
Oct 12, 2023
cbc65ae
to
ce0937b
Compare
ce0937b
to
2d9f74e
Compare
Schamper
requested changes
Oct 12, 2023
This function is now mandatory to be implemented by all OSPlugin subclasses. (DIS-2386)
2d9f74e
to
06a6fce
Compare
Schamper
approved these changes
Oct 13, 2023
Schamper
pushed a commit
that referenced
this pull request
Oct 27, 2023
This function is now mandatory to be implemented by all OSPlugin subclasses. (DIS-2386)
Poeloe
pushed a commit
that referenced
this pull request
Feb 29, 2024
This function is now mandatory to be implemented by all OSPlugin subclasses. (DIS-2386)
Zawadidone
pushed a commit
to Zawadidone/dissect.target
that referenced
this pull request
Apr 5, 2024
This function is now mandatory to be implemented by all OSPlugin subclasses. (DIS-2386)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This function is now mandatory to be implemented by all OSPlugin subclasses.
(DIS-2386)