Skip to content

Commit a7dcd6d

Browse files
committed
Minor: Add comment on TimeLinerInterface subclass filter
1 parent be05ace commit a7dcd6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

volatility3/framework/plugins/timeliner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def run(self):
248248
# Identify plugins that we can run which output datetimes
249249
for plugin_class in self.usable_plugins:
250250
if not issubclass(plugin_class, TimeLinerInterface):
251+
# get_usable_plugins() should filter this, but adding a safeguard just in case
251252
continue
252253

253254
if filter_list and not any(

0 commit comments

Comments
 (0)