Skip to content

Commit cd8690a

Browse files
committed
require framework version 2.17.0
1 parent 94704c6 commit cd8690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/modxview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Modxview(interfaces.plugins.PluginInterface):
1919
spot modules presence and taints."""
2020

2121
_version = (1, 0, 0)
22-
_required_framework_version = (2, 18, 0)
22+
_required_framework_version = (2, 17, 0)
2323

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

0 commit comments

Comments
 (0)