Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
8820e737
Unverified
Kaydet (Commit)
8820e737
authored
Eki 17, 2018
tarafından
Joffrey F
Kaydeden (comit)
GitHub
Eki 17, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #2155 from docker/bump_pyopenssl
Bump pyopenssl to prevent installation of vulnerable version
üst
567d5526
609045f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
requirements.txt
requirements.txt
+1
-1
setup.py
setup.py
+1
-1
No files found.
requirements.txt
Dosyayı görüntüle @
8820e737
...
...
@@ -10,7 +10,7 @@ idna==2.5
ipaddress
==1.0.18
packaging
==16.8
pycparser
==2.17
pyOpenSSL
==1
7
.0.0
pyOpenSSL
==1
8
.0.0
pyparsing
==2.2.0
pypiwin32
==219; sys_platform == 'win32' and python_version < '3.6'
pypiwin32
==223; sys_platform == 'win32' and python_version >= '3.6'
...
...
setup.py
Dosyayı görüntüle @
8820e737
...
...
@@ -40,7 +40,7 @@ extras_require = {
# https://github.com/pypa/pip/issues/4391). Once that's fixed, instead of
# installing the extra dependencies, install the following instead:
# 'requests[security] >= 2.5.2, != 2.11.0, != 2.12.2'
'tls'
:
[
'pyOpenSSL>=
0.14
'
,
'cryptography>=1.3.4'
,
'idna>=2.0.0'
],
'tls'
:
[
'pyOpenSSL>=
17.5.0
'
,
'cryptography>=1.3.4'
,
'idna>=2.0.0'
],
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment