Skip to content

Commit

Permalink
Generic: Fix up potential issue with isfinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Dec 20, 2024
1 parent 8b35031 commit 675ef6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions volatility3/framework/plugins/isfinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def check_valid(data):
valid = check_valid(data)
except (UnicodeDecodeError, json.decoder.JSONDecodeError):
vollog.warning(f"Invalid ISF: {entry}")
continue
yield (
0,
(
Expand Down

0 comments on commit 675ef6d

Please sign in to comment.