Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Profiler labels don't escape HTML #28

Open
zzzzBov opened this issue Jan 20, 2017 · 0 comments
Open

Profiler labels don't escape HTML #28

zzzzBov opened this issue Jan 20, 2017 · 0 comments

Comments

@zzzzBov
Copy link

zzzzBov commented Jan 20, 2017

From source, labels are set with:

<td class="profiler-label"><%= $value.name %></td>

I can't tell if this is meant as a "feature" or whether it's an unintentional bug.

If it's a bug I assume it should be something along the lines of:

<td class="profiler-label"><%= MiniProfiler.safeHtml($value.name) %></td>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant