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

Escape minute text to restrain code execution while rendering the markdown #50

Closed
fbeziaud opened this issue Oct 24, 2017 · 1 comment
Closed
Assignees

Comments

@fbeziaud
Copy link
Collaborator

Markdown is rendered template-side when displaying the minute, which allow code execution (safe mode doesn't exist for commonmark with django-markwhat)

Therefore, the text should be escaped to prevent this.

@fbeziaud fbeziaud self-assigned this Oct 24, 2017
@yurivital
Copy link

Take a look @ http://www.pythonsecurity.org/

@bport bport self-assigned this Nov 15, 2017
@bport bport closed this as completed in 622a306 Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants