Skip to content

Commit

Permalink
require framework version 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abyss-W4tcher committed Jan 16, 2025
1 parent 94704c6 commit cd8690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/plugins/linux/modxview.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Modxview(interfaces.plugins.PluginInterface):
spot modules presence and taints."""

_version = (1, 0, 0)
_required_framework_version = (2, 18, 0)
_required_framework_version = (2, 17, 0)

@classmethod
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:
Expand Down

0 comments on commit cd8690a

Please sign in to comment.