Skip to content

Commit

Permalink
Volshell: Bump linux.pslist plugin requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Dec 20, 2024
1 parent 435d68b commit 8b35031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/cli/volshell/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_requirements(cls):
name="kernel", description="Linux kernel module"
),
requirements.PluginRequirement(
name="pslist", plugin=pslist.PsList, version=(2, 0, 0)
name="pslist", plugin=pslist.PsList, version=(4, 0, 0)
),
requirements.IntRequirement(
name="pid", description="Process ID", optional=True
Expand Down

0 comments on commit 8b35031

Please sign in to comment.