Sha256: c91cdcec8a3294b126b84d5e2ea9cecd6b96390ec4855bb9aba198222f052c14

Contents?: true

Size: 560 Bytes

Versions: 9

Compression:

Stored size: 560 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"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
zafu-0.7.4 test/zafu/security.yml
zafu-0.7.3 test/zafu/security.yml
zafu-0.7.2 test/zafu/security.yml
zafu-0.7.1 test/zafu/security.yml
zafu-0.7.0 test/zafu/security.yml
zafu-0.6.3 test/zafu/security.yml
zafu-0.6.2 test/zafu/security.yml
zafu-0.6.1 test/zafu/security.yml
zafu-0.6.0 test/zafu/security.yml