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

Update Jinja2 to address CVE-2019-10906 #1980

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Update Jinja2 to address CVE-2019-10906 #1980

merged 1 commit into from
Apr 25, 2019

Conversation

emkll
Copy link
Contributor

@emkll emkll commented Apr 16, 2019

Fixes #1976 ,

Updates Jinja2 to mitigate CVE-2019-10906. Since it's a point release and only addresses the security fix (https://github.com/pallets/jinja/releases/tag/2.10.1), it should be a fairly safe upgrade.

PR Type

  • Bugfix Pull Request : Minor dependency update

@emkll emkll requested a review from webknjaz as a code owner April 16, 2019 13:50
setup.cfg Outdated
@@ -77,7 +77,7 @@ install_requires =
colorama == 0.3.9
cookiecutter == 1.6.0
python-gilt >= 1.2.1, < 2
Jinja2 == 2.10
Jinja2 == 2.10.1
Copy link
Member

Choose a reason for hiding this comment

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

Can we please have an open upper boundary?

Suggested change
Jinja2 == 2.10.1
Jinja2 >= 2.10.1

@webknjaz
Copy link
Member

Meanwhile, I've restarted two failing jobs in Travis CI.

@webknjaz
Copy link
Member

@webknjaz webknjaz merged commit 02db6af into ansible:master Apr 25, 2019
@webknjaz
Copy link
Member

@emkll thanks!

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.

Update Jinja2 to 2.10.1
2 participants