Fix: required framework version of psscan by bump

This commit is contained in:
Donghyun Kim
2022-05-10 19:08:56 +09:00
parent a5bf5548b8
commit e5dfc47cc4
@@ -22,7 +22,7 @@ vollog = logging.getLogger(__name__)
class PsScan(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
"""Scans for processes present in a particular windows memory image."""
_required_framework_version = (2, 0, 0)
_required_framework_version = (2, 2, 1)
_version = (1, 1, 0)
@classmethod