-
Notifications
You must be signed in to change notification settings - Fork 696
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
Update Jinja to 2.10.1 #4343
Comments
4 tasks
upstream issue: ansible/molecule#1976 |
the 2.20.2 release of molecule can be used now |
scratch that, that release is not from the main branch, it's from |
we can now update to molecule 2.22 to resolve this: https://github.com/ansible/molecule/blob/2.22/setup.cfg#L84 |
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The version of Jinja used is vulnerable to CVE-2019-10906, see pallet's advisory for more details.
Since neither SecureDrop nor Flask uses Jinja's SandboxedEnvironment, this vulnerability should not be exploitable on SecureDrop instances. It is however used in the development environment by
sphynx
andmypy
(but don't use theformat_map
method that could be used to escape the sandbox).Regardless, we should still update the dependency to ensure future functionality is secure and to reduce alert noise.
The text was updated successfully, but these errors were encountered: