Skip to content

Commit

Permalink
fix xss vulnerability in display class
Browse files Browse the repository at this point in the history
  • Loading branch information
nolman committed Apr 21, 2015
1 parent 8bf6fd4 commit 54766f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/views/queue.erb
Expand Up @@ -19,7 +19,7 @@
</thead>
<% @messages.each_with_index do |msg, index| %>
<tr>
<td><%= msg.display_class %></td>
<td><%= h(msg.display_class) %></td>
<td>
<% a = msg.display_args.inspect %>
<% if a.size > 100 %>
Expand Down

0 comments on commit 54766f3

Please sign in to comment.