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

limit max nesting depth #206

Merged
merged 4 commits into from
Nov 17, 2021
Merged

limit max nesting depth #206

merged 4 commits into from
Nov 17, 2021

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    834b1aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c584d12 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    0f93dca View commit details
    Browse the repository at this point in the history
  2. Add nesting limit for JSON scanner

    mimetype.readLimit=0 means whole inputs can be parsed. This leads to
    stack overflow for JSON documents containing deeply nested values.
    Closes #203
    gabriel-vasile committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0e27a2f View commit details
    Browse the repository at this point in the history