Sha256: 70c68ea7137dab536e10b46235444362106a60420d1a19cda81f212e35299018

Contents?: true

Size: 646 Bytes

Versions: 11

Compression:

Stored size: 646 Bytes

Contents

nasty_erb:
  src: "this <% puts \"could be\" %> nasty"
  tem: "this &lt;% puts \"could be\" %&gt; nasty"

never_end_erb:
  src: "never ending erb  <%= puts "
  tem: "never ending erb  &lt;%= puts "

nasty_evil_erb:
  src: "this <% puts <% puts 'could be' %> %> nasty"
  tem: "this &lt;% puts &lt;% puts 'could be' %&gt; %&gt; nasty"

trick_erb:
  src: "this <<r:void/>% puts 'is bad' %>"
  tem: "this <<r:void/>% puts 'is bad' %&gt;"

include_erb:
  src: "include: <r:include template='/nasty_erb'/>"
  tem: "include: this &lt;% puts \"could be\" %&gt; nasty"

rubyless_make_erb:
  src: "<p foo='#{\"<\"}%= xx'/>"
  tem: "<p foo='&lt;%= xx'></p>"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
zafu-0.8.6 test/zafu/security.yml
zafu-0.8.5 test/zafu/security.yml
zafu-0.8.4 test/zafu/security.yml
zafu-0.8.3 test/zafu/security.yml
zafu-0.8.2 test/zafu/security.yml
zafu-0.8.0 test/zafu/security.yml
zafu-0.7.9 test/zafu/security.yml
zafu-0.7.8 test/zafu/security.yml
zafu-0.7.7 test/zafu/security.yml
zafu-0.7.6 test/zafu/security.yml
zafu-0.7.5 test/zafu/security.yml