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
Mustache allows recursive partials and JMustache supports this but for many this can be dangerous especially if JMustache is used to render user templates.
Currently I believe the only depth limit is the actual Java method stack depth limit or in other words StackOverflow.
I believe a simple options of depth limit would be a nice feature for JMustache to have. I'm happy to submit a PR @samskivert this coming year.
The text was updated successfully, but these errors were encountered:
Mustache allows recursive partials and JMustache supports this but for many this can be dangerous especially if JMustache is used to render user templates.
Currently I believe the only depth limit is the actual Java method stack depth limit or in other words
StackOverflow
.I believe a simple options of depth limit would be a nice feature for JMustache to have. I'm happy to submit a PR @samskivert this coming year.
The text was updated successfully, but these errors were encountered: