spiermar / d3-flame-graph

A D3.js plugin that produces flame graphs from hierarchical data.
Apache License 2.0
891 stars 119 forks source link

HTML-escape contents of the tooltip element #201

Closed mhansen closed 2 years ago

mhansen commented 3 years ago

This commit series makes loading untrusted profiles safer, by not executing their contents as HTML on mouseover.

This follows https://github.com/spiermar/d3-flame-graph/pull/200, and has the same motivation.