Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#848 Render HTML strings #855

Merged
merged 2 commits into from
Apr 18, 2024
Merged

#848 Render HTML strings #855

merged 2 commits into from
Apr 18, 2024

Conversation

mariusconjeaud
Copy link
Collaborator

This includes rendering HTML strings in :

  • Tables
  • Inspector (Graph, Gantt)

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>

Copy link

sonarcloud bot commented Apr 11, 2024

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

@mariusconjeaud mariusconjeaud merged commit 0bd87b8 into develop Apr 18, 2024
2 checks passed
@mariusconjeaud mariusconjeaud deleted the issue/848-html-rendering branch April 18, 2024 10:07
@mariusconjeaud mariusconjeaud self-assigned this Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants