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

Set the code point limit for SnakeYAML to 1GB #6124

Merged
merged 1 commit into from
Nov 28, 2022

Commits on Nov 28, 2022

  1. Set the code point limit for SnakeYAML to 1GB

    Since version 1.32 [1] SnakeYAML sets the limit for incoming data to
    3MB. Since Jackson 2.14 [2] it is possible to override this default, so
    hardcode the limit to 1GB to allow parsing large ORT result files.
    
    [1]: https://bitbucket.org/snakeyaml/snakeyaml/wiki/Changes
    [2]: FasterXML/jackson-dataformats-text#337
    
    Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io>
    mnonnenmacher committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    531e622 View commit details
    Browse the repository at this point in the history