We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Running this query
select * from shodan_search where query = 'ssh -port:22'
Seems to return some JSON data with \u0000, leading to the error:
\u0000
Error: unsupported Unicode escape sequence
Steampipe version (steampipe -v) Example: v0.2.5
steampipe -v
To reproduce
> select * from shodan_search where query = 'ssh -port:22' Error: unsupported Unicode escape sequence
Expected behavior
I'd expect the JSON column handler to either strip the null field \u0000 out to fix the parsing, or to replace the JSON with error content.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
b44107b
No branches or pull requests
Describe the bug
Running this query
Seems to return some JSON data with
\u0000
, leading to the error:Steampipe version (
steampipe -v
)Example: v0.2.5
To reproduce
Expected behavior
I'd expect the JSON column handler to either strip the null field
\u0000
out to fix the parsing, or to replace the JSON with error content.Additional context
N/A
The text was updated successfully, but these errors were encountered: