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
I think we should disable raw and include directives by default and add an option like --enable-unsecure-directives.
raw
include
--enable-unsecure-directives
I think it's about adding:
'file_insertion_enabled':False, 'raw_enabled':False
to the settings_overrides argument of docutils publish_string function, but I'm not 100% sure.
settings_overrides
docutils
publish_string
The text was updated successfully, but these errors were encountered:
https://www.docutils.org/docs/howto/security.html
Sorry, something went wrong.
No branches or pull requests
I think we should disable
raw
andinclude
directives by default and add an option like--enable-unsecure-directives
.I think it's about adding:
to the
settings_overrides
argument ofdocutils
publish_string
function, but I'm not 100% sure.The text was updated successfully, but these errors were encountered: