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 max recursion depth #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

klauspost
Copy link

Signature:

// MaxDepth will set the maximum recursion depth.
// If the maximum depth is exceeded, ErrMaxDepth is returned.
// Less than or 0 means no limit (default).
func (d *Decoder) MaxDepth(n int) *Decoder {

This can be used to prevent stack exhaustion on adversarial content.

Signature:

```
// MaxDepth will set the maximum recursion depth.
// If the maximum depth is exceeded, ErrMaxDepth is returned.
// Less than or 0 means no limit (default).
func (d *Decoder) MaxDepth(n int) *Decoder {
```

This can be used to prevent stack exhaustion on adversarial content.
klauspost added a commit to klauspost/minio that referenced this pull request Sep 23, 2024
Add bcicen/jstream#15 by vendoring the package.

Sets JSON depth limit to 100 entries in S3 Select.
klauspost added a commit to klauspost/minio that referenced this pull request Sep 23, 2024
Add bcicen/jstream#15 by vendoring the package.

Sets JSON depth limit to 100 entries in S3 Select.
harshavardhana pushed a commit to minio/minio that referenced this pull request Sep 23, 2024
Add bcicen/jstream#15 by vendoring the package.

Sets JSON depth limit to 100 entries in S3 Select.
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