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

Safe html #401

Merged
merged 13 commits into from
May 28, 2020
Merged

Safe html #401

merged 13 commits into from
May 28, 2020

Conversation

birm
Copy link
Member

@birm birm commented May 28, 2020

add linting to table.js
try to mitigate unsafe html rendering which is all over table.js
While using document.createElement and related would be best, this would have taken to long, so after I gave up on that, I just used the sanitize function made earlier.

Correction re #400 and #399 (which wrongly pushed to master)

@birm birm merged commit 2136c86 into develop May 28, 2020
@birm birm deleted the safe-html branch May 28, 2020 12:51
@birm birm mentioned this pull request May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant