You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deeply nested parenthesized expressions could cause a stack
overflow during parsing. This change introduces a depth limit
(maxExpressionParenDepth) tracked in Tree.parenDepth to
prevent this.
Additionally, this commit clarifies the security model in
the package documentation, noting that template authors
are trusted as text/template does not auto-escape.
Fixesgolang#71201
Signed-off-by: Ville Vesilehto <[email protected]>
0 commit comments