-
-
Notifications
You must be signed in to change notification settings - Fork 74
depth limit of 400 when parsing JSON ! Why? #131
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
Comments
Thanks for your reply, let me take a look this weekend |
I think #133 can close this issue. Feel free to reopen it. |
As I agree, that 400 should be enough depth, the argument still stands. |
@ColdFireIce I think it was hard coded to fix security problems. It's reasonable for users to override this default value |
@ColdFireIce Since depth 400 is enough for mostly scenario. And now we only have one int param(premissive). I believe it can be scheduled in future version. |
V2.4.10 is released. wait for confirmation before closing the issue. |
Thank you for the release. But this issue does not relate to the Problem in #132. |
Okay, please provide me a case where anyone needs more than 400 call-depth. If you find one we can add an argument to customize this limit. |
Why was the depth limit set to 400 and is there a way to override this?
The text was updated successfully, but these errors were encountered: