Skip to content
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

A more laissez faire JSON parser #21

Open
trishankatdatadog opened this issue Dec 26, 2020 · 0 comments
Open

A more laissez faire JSON parser #21

trishankatdatadog opened this issue Dec 26, 2020 · 0 comments
Labels
question Further information is requested

Comments

@trishankatdatadog
Copy link
Owner

Currently, the JSON parser is too unforgiving: it will vomit and balk on the first unexpected field.

However, why should we do so? Why not just accept whatever we recognize, so long as it is valid for our purposes, and ignore the rest? What are the security issues here?

@trishankatdatadog trishankatdatadog added the question Further information is requested label Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant