Browse Source

Fix reported Jinja2 vuln (#4656)

Nate 6 years ago
parent
commit
7431b52ee3

+ 1 - 1
frameworks/Python/api_hour/requirements.txt

@@ -6,7 +6,7 @@ asyncio-redis==0.13.4
 chardet==2.3.0
 chardet==2.3.0
 gunicorn==19.9.0
 gunicorn==19.9.0
 hiredis==0.2.0
 hiredis==0.2.0
-Jinja2==2.7.3
+Jinja2==2.10.1
 MarkupSafe==0.23
 MarkupSafe==0.23
 piprot==0.9.1
 piprot==0.9.1
 psycopg2==2.7.5
 psycopg2==2.7.5

+ 1 - 1
frameworks/Python/blacksheep/requirements.txt

@@ -3,7 +3,7 @@ blacksheep==0.0.7
 cchardet==2.1.4
 cchardet==2.1.4
 certifi==2018.11.29
 certifi==2018.11.29
 httptools==0.0.11
 httptools==0.0.11
-Jinja2==2.10
+Jinja2==2.10.1
 MarkupSafe==1.1.0
 MarkupSafe==1.1.0
 ujson==1.35
 ujson==1.35
 uvloop==0.12.1
 uvloop==0.12.1

+ 1 - 1
frameworks/Python/fastapi/requirements.txt

@@ -1,6 +1,6 @@
 asyncpg==0.18.2
 asyncpg==0.18.2
 gunicorn==19.9.0
 gunicorn==19.9.0
 fastapi==0.5.0
 fastapi==0.5.0
-jinja2==2.10
+jinja2==2.10.1
 ujson==1.35
 ujson==1.35
 uvicorn==0.3.23
 uvicorn==0.3.23

+ 1 - 1
frameworks/Python/flask/requirements-pypy.txt

@@ -7,7 +7,7 @@ Flask-SQLAlchemy==2.3.2
 greenlet==0.4.14
 greenlet==0.4.14
 gunicorn==19.9.0
 gunicorn==19.9.0
 itsdangerous==0.24
 itsdangerous==0.24
-Jinja2==2.10
+Jinja2==2.10.1
 MarkupSafe==1.0
 MarkupSafe==1.0
 PyMySQL==0.8.0
 PyMySQL==0.8.0
 readline==6.2.4.1
 readline==6.2.4.1

+ 1 - 1
frameworks/Python/flask/requirements.txt

@@ -4,7 +4,7 @@ Flask-SQLAlchemy==2.3.2
 greenlet==0.4.14
 greenlet==0.4.14
 gunicorn==19.9.0
 gunicorn==19.9.0
 itsdangerous==0.24
 itsdangerous==0.24
-Jinja2==2.10
+Jinja2==2.10.1
 MarkupSafe==1.0
 MarkupSafe==1.0
 meinheld==0.6.1
 meinheld==0.6.1
 mysqlclient==1.3.12
 mysqlclient==1.3.12

+ 1 - 1
frameworks/Python/klein/requirements.txt

@@ -1,4 +1,4 @@
 klein==15.3.1
 klein==15.3.1
 mysqlclient==1.3.7
 mysqlclient==1.3.7
 SQLAlchemy==1.0.12
 SQLAlchemy==1.0.12
-jinja2==2.8
+jinja2==2.10.1

+ 1 - 1
frameworks/Python/morepath/requirements.txt

@@ -2,7 +2,7 @@ dectate==0.13
 greenlet==0.4.14
 greenlet==0.4.14
 gunicorn==19.9.0
 gunicorn==19.9.0
 importscan==0.1
 importscan==0.1
-Jinja2==2.9.6
+Jinja2==2.10.1
 MarkupSafe==1.0
 MarkupSafe==1.0
 meinheld==0.6.1
 meinheld==0.6.1
 more.jinja2==0.2
 more.jinja2==0.2

+ 1 - 1
frameworks/Python/quart/requirements.txt

@@ -8,7 +8,7 @@ hpack==3.0.0
 Hypercorn==0.5.3
 Hypercorn==0.5.3
 hyperframe==5.2.0
 hyperframe==5.2.0
 itsdangerous==1.1.0
 itsdangerous==1.1.0
-Jinja2==2.10
+Jinja2==2.10.1
 MarkupSafe==1.1.1
 MarkupSafe==1.1.1
 multidict==4.5.2
 multidict==4.5.2
 pytoml==0.1.20
 pytoml==0.1.20

+ 1 - 1
frameworks/Python/responder/requirements.txt

@@ -1,6 +1,6 @@
 asyncpg==0.16.0
 asyncpg==0.16.0
 gunicorn==19.9.0
 gunicorn==19.9.0
 responder >= 0.0.4
 responder >= 0.0.4
-jinja2==2.10
+jinja2==2.10.1
 ujson==1.35
 ujson==1.35
 uvicorn >= 0.3.13
 uvicorn >= 0.3.13

+ 1 - 1
frameworks/Python/starlette/requirements.txt

@@ -1,6 +1,6 @@
 asyncpg==0.18.3
 asyncpg==0.18.3
 gunicorn==19.9.0
 gunicorn==19.9.0
-jinja2==2.10
+jinja2==2.10.1
 starlette==0.12.0.b1
 starlette==0.12.0.b1
 ujson==1.35
 ujson==1.35
 uvicorn==0.7.0.b1
 uvicorn==0.7.0.b1

+ 1 - 1
frameworks/Python/turbogears/requirements.txt

@@ -3,7 +3,7 @@ tg.devtools==2.3.8
 SQLAlchemy==1.0.12
 SQLAlchemy==1.0.12
 zope.sqlalchemy==0.7.6
 zope.sqlalchemy==0.7.6
 mysqlclient==1.3.7
 mysqlclient==1.3.7
-jinja2==2.8
+jinja2==2.10.1
 
 
 gunicorn==19.9.0
 gunicorn==19.9.0
 meinheld==0.6.1
 meinheld==0.6.1

+ 1 - 1
frameworks/Python/uvicorn/requirements.txt

@@ -1,5 +1,5 @@
 asyncpg==0.18.3
 asyncpg==0.18.3
 gunicorn==19.9.0
 gunicorn==19.9.0
-jinja2==2.10
+jinja2==2.10.1
 ujson==1.35
 ujson==1.35
 uvicorn==0.7.0.b1
 uvicorn==0.7.0.b1