We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kordac currently only supports trusted input. This is because kordac was developed for the authors of the cs-unplugged and csfieldguide projects.
For other projects Kordac would be better suited to support untrusted input, especially for external users.
Obviously with untrusted input comes the security issues, some know issues of markdown include XSS attacks as described in https://michelf.ca/blog/2010/markdown-and-xss/ and our current markdown library does not support untrusted input anymore see https://pythonhosted.org/Markdown/reference.html#safe_mode
Therefore some tasks that will need to be done to achieve should be:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kordac currently only supports trusted input. This is because kordac was developed for the authors of the cs-unplugged and csfieldguide projects.
For other projects Kordac would be better suited to support untrusted input, especially for external users.
Obviously with untrusted input comes the security issues, some know issues of markdown include XSS attacks as described in https://michelf.ca/blog/2010/markdown-and-xss/ and our current markdown library does not support untrusted input anymore see https://pythonhosted.org/Markdown/reference.html#safe_mode
Therefore some tasks that will need to be done to achieve should be:
The text was updated successfully, but these errors were encountered: