-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
text parser: improve handling of decode errors #3301
Labels
Milestone
Comments
joachimmetz
added
enhancement
New or improved functionality
parsers
Issues related to parsers and parser plug-ins
labels
Nov 15, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Nov 15, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Nov 15, 2020
joachimmetz
added
the
close after review
Issue as outstanding pull request(s) and can be closed once these have been reviewed and merged
label
Nov 15, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Nov 18, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 5, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 5, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 22, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jan 10, 2021
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jan 31, 2021
joachimmetz
added a commit
that referenced
this issue
Feb 6, 2021
joachimmetz
removed
the
close after review
Issue as outstanding pull request(s) and can be closed once these have been reviewed and merged
label
Feb 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Per: #3298 some input might be malformed. To better handle such corrupt input (1) define an encoding error handler to escape the incorrectly encoded data and (2) track a parse error
Change dfVFS text file helper to support an error handler Changed text file helper to use decode error handler dfvfs#508For now do not allow a decode error during validation.
The text was updated successfully, but these errors were encountered: