-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrequirements.txt
243 lines (194 loc) · 5.95 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
# The ssl.match_hostname() function from Python 3.4
# https://bitbucket.org/brandon/backports.ssl_match_hostname/commits/698cd6dcca10addb922f5c74412151efb075cae2
backports.ssl_match_hostname==3.5.0.1
# Bcrypt
# 3.1.0: Fixed a regression where $2a hashes were vulnerable to a wraparound bug.
bcrypt==3.1.6
# Beaker
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3458
beaker==1.9.0
# Bleach
# https://github.com/mozilla/bleach/issues/298
bleach==3.1.0
# Bottle
# CVE-2014-3137
# CVE-2016-9964
bottle==0.12.16
# Celery
# Changelog: http://celery.readthedocs.org/en/latest/changelog.html
celery==4.2.1
# Cloudflare Scrape
# CVE-2017-7235
cfscrape==1.9.5
# PyCA - Cryptography
# Changelog: https://cryptography.io/en/latest/changelog/
cryptography==2.4.2
# Django
# Changelog: https://www.djangoproject.com/weblog/
django==2.1.5
django==2.0.10 # rq.filter: >=2.0, <2.1
django==1.11.18 # rq.filter: >=1.11, <2.0
# Djblets
# -> CVE-2014-3995
djblets==0.9.9
# eyeD3
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1934
eyeD3==0.8.2
# Tastypie
# Changelog: https://django-tastypie.readthedocs.org/en/latest/release_notes/index.html
django-tastypie==0.14.2
# Django REST framework
# Changelog: http://www.django-rest-framework.org/topics/release-notes
djangorestframework==3.9.1
# Defused XML
# Changelog: https://pypi.python.org/pypi/defusedxml
defusedxml==0.5.0
# Flask
# Changelog: http://flask.pocoo.org/docs/changelog/
flask==0.12.4
# Graphite
# Changelog: http://graphite.readthedocs.org/en/latest/releases.html
# http://graphite.readthedocs.io/en/latest/releases/1_0_0.html#security-notes
graphite-web==1.0.2
# hpack
# CVE-2016-6581
hpack==3.0.0
# Ironic Inspector
# CVE-2015-5306
# https://bugs.launchpad.net/ironic-inspector/+bug/1506419
ironic-inspector==6.0.0
# JSNAPy
# CVE-2018-0023
jsnapy==1.3.2
# Keyring
# Changelog: https://github.com/jaraco/keyring/blob/master/CHANGES.rst
keyring==10.4.0
# OpenStack Keystone Middleware
# Security: http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=keystonemiddleware
# CVE-2014-7144
# CVE-2015-1852
keystonemiddleware==4.17.0
# Logilab Common
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1839
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1838
logilab-common==1.4.1
# LXML
# Security: http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=lxml
lxml==4.3.0
# Mercurial
# CVE-2017-9462
Mercurial==4.8.2
# MoinMoin
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6081
# https://moinmo.in/SecurityFixes
moin==1.9.9
# Paramiko
# Changelog: http://paramiko-www.readthedocs.org/changelog.html
paramiko==2.4.2
paramiko==2.3.3 # rq.filter: >=2.3, <2.4
paramiko==2.2.4 # rq.filter: >=2.2, <2.3
paramiko==2.1.6 # rq.filter: >=2.1, <2.2
paramiko==2.0.9 # rq.filter: >=2.0, <2.1
# Pillow
# Note: replaces obsolete PIL
# https://www.djangoproject.com/weblog/2015/jan/02/pillow-security-release/
pillow==5.4.1
# Plone
# CVE-2017-5524
plone==5.1.5
plone==4.3.18 # rq.filter: >=4, <5
# priority
# CVE-2016-6580
priority==1.3.0
# PyCrypto - The Python Cryptography Toolkit
# Changelog: https://www.dlitz.net/software/pycrypto/
pycrypto==2.6.1
# Python libfribidi interface
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1176
pyfribidi==0.11.0
# PyMongo
# Changelog: http://api.mongodb.org/python/current/changelog.html
pymongo==3.5.1
# Python Bugzilla
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2191
python-bugzilla==2.1.0
# Python Glance Client
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4111
# Changelog: http://docs.openstack.org/developer/python-glanceclient/
python-glanceclient==2.8.0
# Python GnuPG
# CVE-2014-1929
# CVE-2014-1928
# CVE-2014-1927
# CVE-2013-7323
python-gnupg==0.4.1
# Python JWT
# https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/
python-jwt==2.0.2
# Python Keystone Client
# CVE-2014-0105
# CVE-2015-1852
python-keystoneclient==3.13.0
# Python Swift Client
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6396
python-swiftclient==3.4.0
# PyYAML
# Security: http://www.cvedetails.com/vulnerability-list/vendor_id-13115/year-2014/Pyyaml.html
pyyaml==4.1
# Requests
# Changelog: https://pypi.python.org/pypi/requests/
# CVE-2018-18074
requests==2.21.0
# Rply
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1604
rply==0.7.5
# Python-RSA
# CVE-2016-1494
rsa==3.4.2
# Setuptools
# Changelog: http://pythonhosted.org/setuptools/history.html
# Note: replaces obsolete distribute
setuptools==36.5.0
# SQLAlchemy
# CVE: http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=sqlalchemy
# Changelog: http://docs.sqlalchemy.org/en/latest/changelog/
sqlalchemy==1.1.14
sqlalchemy==1.0.19 # rq.filter: >=1.0, <1.1
# Tablib
# CVE-2017-2810
tablib==0.12.1
# Tornado
# CVE: http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=tornado
# Changelog: http://www.tornadoweb.org/en/stable/releases.html
tornado==5.1.1
# Tryton
# News: http://www.tryton.org/news/index.html
# CVEs: http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=tryton
# CVE-2015-0861
tryton==5.0.4
tryton==4.8.9 # rq.filter: >=4.8, <5.0
tryton==4.6.9 # rq.filter: >=4.6, <4.8
tryton==4.4.16 # rq.filter: >=4.4, <4.6
tryton==4.2.20 # rq.filter: >=4.2, <4.4
tryton==4.0.22 # rq.filter: >=4.0, <4.2
tryton==3.8.21 # rq.filter: >=3.8, <4.0
tryton==3.6.20 # rq.filter: >=3.6, <3.8
# Trytond
# News: http://www.tryton.org/news/index.html
# CVE-2015-0861
# CVE-2017-0360
trytond==5.0.3
trytond==4.8.7 # rq.filter: >=4.8, <5.0
trytond==4.6.11 # rq.filter: >=4.6, <4.8
trytond==4.4.16 # rq.filter: >=4.4, <4.6
trytond==4.2.18 # rq.filter: >=4.2, <4.4
trytond==4.0.20 # rq.filter: >=4.0, <4.2
trytond==3.8.18 # rq.filter: >=3.8, <4.0
trytond==3.6.19 # rq.filter: >=3.6, <3.8
# Tweepy
# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5825
tweepy==3.7.0
# urllib3
# CVE-2016-9015
# CVE-2018-20060
urllib3==1.24.1