Sha256: 9e34e0c832be684ea6344ba491c3ebac6ff4cc9278c4f416c2a888e3ba077cb5

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

Stored size: 221 Bytes

Contents

<h1>Search</h1>

<form action="?">
  <input name="search" type="text" value=""/>
  <input type="submit"/>
</form>

<% if params[:search] %>
  You search for "<%= params[:search]&.html_safe %>". 0 results found.
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tainted_love-0.4.1 tests/rails/app/views/test_cases/xss.html.erb
tainted_love-0.4.0 tests/rails/app/views/test_cases/xss.html.erb
tainted_love-0.1.5 example/app/views/test_cases/xss.html.erb
tainted_love-0.1.4 example/app/views/test_cases/xss.html.erb
tainted_love-0.1.3 example/app/views/test_cases/xss.html.erb