Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix issue with null values in DNS data #104

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Conversation

satta
Copy link
Member

@satta satta commented Mar 27, 2023

When encountering a null JSON value in DNS v2 data, the JSON parser will error out and not process this data point. This PR fixes the issue by ignoring that kind of error and skipping this data point.

When encountering a 'null' JSON value in DNS v2 data, the JSON parser
will error out and not process this data point. This PR fixes the issue
by ignoring that kind of error and skipping this data point.
@satta satta requested review from 0mbi and fhonza March 27, 2023 10:18
@0mbi 0mbi merged commit f88c99e into DCSO:master Mar 27, 2023
@satta satta deleted the fix-null-dns branch March 28, 2023 11:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants