mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
bump framework req to 2.18.0
This commit is contained in:
@@ -19,7 +19,7 @@ class Modxview(interfaces.plugins.PluginInterface):
|
||||
spot modules presence and taints."""
|
||||
|
||||
_version = (1, 0, 0)
|
||||
_required_framework_version = (2, 16, 0)
|
||||
_required_framework_version = (2, 18, 0)
|
||||
|
||||
@classmethod
|
||||
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:
|
||||
|
||||
Reference in New Issue
Block a user