We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new command type introduced an inconsistency in RecordDescriptors with fields named command using string type.
command
string
Requirement:
Change RecordDescriptor fields named command, to use command type instead of string type.
Files where this occurs:
dissect/target/plugins/os/windows/task_helpers/tasks_records.py:54 dissect/target/plugins/os/windows/log/schedlgu.py:23 dissect/target/plugins/apps/container/docker.py:27 dissect/target/plugins/os/unix/packagemanager.py:15 dissect/target/plugins/os/unix/history.py:17 dissect/target/plugins/os/unix/cronjobs.py:18 dissect/target/plugins/apps/shell/powershell.py:12
dissect/target/plugins/os/windows/task_helpers/tasks_records.py:54
dissect/target/plugins/os/windows/log/schedlgu.py:23
dissect/target/plugins/apps/container/docker.py:27
dissect/target/plugins/os/unix/packagemanager.py:15
dissect/target/plugins/os/unix/history.py:17
dissect/target/plugins/os/unix/cronjobs.py:18
dissect/target/plugins/apps/shell/powershell.py:12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The new command type introduced an inconsistency in RecordDescriptors with fields named
command
usingstring
type.Requirement:
Change RecordDescriptor fields named
command
, to usecommand
type instead ofstring
type.Files where this occurs:
The text was updated successfully, but these errors were encountered: