diff options
Diffstat (limited to 'src/encoding/json/jsontext/options.go')
| -rw-r--r-- | src/encoding/json/jsontext/options.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encoding/json/jsontext/options.go b/src/encoding/json/jsontext/options.go index e07de21fcf..7eb4f9b9e0 100644 --- a/src/encoding/json/jsontext/options.go +++ b/src/encoding/json/jsontext/options.go @@ -271,6 +271,7 @@ func WithIndentPrefix(prefix string) Options { /* // TODO(https://go.dev/issue/56733): Implement WithByteLimit and WithDepthLimit. +// Remember to also update the "Security Considerations" section. // WithByteLimit sets a limit on the number of bytes of input or output bytes // that may be consumed or produced for each top-level JSON value. |
