neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
397 stars 129 forks source link

#848 Render HTML strings #855

Closed mariusconjeaud closed 2 months ago

mariusconjeaud commented 3 months ago

This includes rendering HTML strings in :

Note that the HTML is sanitized before being rendered, thanks to the addition of DOMPurity. For example, this won't trigger an alert : <b onmouseover='alert('mouseover');'>popup</b>

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud