We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07d310 commit 749a0f9Copy full SHA for 749a0f9
volatility3/framework/plugins/isfinfo.py
@@ -97,7 +97,7 @@ def _generator(self):
97
if filter_item in isf_file:
98
filtered_list.append(isf_file)
99
100
- if find_spec("fastjsonschema") and self.config["validate"]:
+ if find_spec("jsonschema") and self.config["validate"]:
101
102
def check_valid(data):
103
return "True" if schemas.validate(data, True) else "False"
0 commit comments