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

Upgrade insecure ejs #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Upgrade insecure ejs #24

wants to merge 1 commit into from

Conversation

wachunga
Copy link
Owner

v2 doesn't support filters, but no big loss. https://github.com/mde/ejs

Github was warning me about this one.

v2 doesn't support filters, but no big loss
Copy link
Collaborator

@nigelzor nigelzor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a regression, but JSON.stringify isn't safe for user-controlled data. A project named </script> breaks the page.

Need to use something like https://github.com/pugjs/js-stringify to properly escape data in script blocks.

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.

None yet

2 participants