We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be05ace commit a7dcd6dCopy full SHA for a7dcd6d
volatility3/framework/plugins/timeliner.py
@@ -248,6 +248,7 @@ def run(self):
248
# Identify plugins that we can run which output datetimes
249
for plugin_class in self.usable_plugins:
250
if not issubclass(plugin_class, TimeLinerInterface):
251
+ # get_usable_plugins() should filter this, but adding a safeguard just in case
252
continue
253
254
if filter_list and not any(
0 commit comments