Skip to content

Commit 36c0b33

Browse files
authored
Merge pull request #1341 from joren485/fix-typo-suspicious-threads
Fix typo in SuspiciousThreads
2 parents eb5534d + b37ba26 commit 36c0b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

volatility3/framework/plugins/windows/suspicious_threads.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
vollog = logging.getLogger(__name__)
1414

1515

16-
class SupsiciousThreads(interfaces.plugins.PluginInterface):
16+
class SuspiciousThreads(interfaces.plugins.PluginInterface):
1717
"""Lists suspicious userland process threads"""
1818

1919
_required_framework_version = (2, 4, 0)
20-
_version = (2, 0, 0)
20+
_version = (2, 0, 1)
2121

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

0 commit comments

Comments
 (0)