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

Add length-limiting to ToJsonFilter to avoid serializing too large a value #1131

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

jasmith-hs
Copy link
Contributor

Prevent serializing to a string which is larger than the max output size.

This helps to prevent memory issues that could result from recursive referencing within an object.

…h ends up larger than the max output size.

This helps to prevent memory issues that could result from recursive referencing within an object
@jasmith-hs jasmith-hs merged commit b60c7e8 into master Nov 14, 2023
4 checks passed
@jasmith-hs jasmith-hs deleted the length-limit-tojson-filter branch November 14, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant