Skip to content

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.
harshavardhana pushed a commit to minio/minio that referenced this pull request Mar 17, 2025
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