mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Bump cryptography
requirement to 3.3.2 due to CVE-2020-36242
Vulnerable versions: >= 3.1, < 3.3.2 Patched version: 3.3.2 Impact: When certain sequences of update() calls with large values (multiple GBs) for symetric encryption or decryption occur, it's possible for an integer overflow to happen, leading to mishandling of buffers. References: - pyca/cryptography#5615 For Py3.5 requirements we dropped `cryptography` to version 3.0 which is not vulnerable to the CVE in question. This decision was made consciously because the Salt Project creates packages for the supported distributions which still use Py3.5 and those even rely on an even older version of `cryptography`. Upgrading to the latest version was not possible because the `cryptography` project dropped Py3.5 support.
This commit is contained in:
parent
c583b1acaf
commit
db49815052
43 changed files with 43 additions and 43 deletions
|
@ -8,7 +8,7 @@ apache-libcloud==2.5.0
|
|||
certifi==2019.3.9 # via requests
|
||||
cffi==1.12.2 # via cryptography
|
||||
chardet==3.0.4 # via requests
|
||||
cryptography==3.2.1 # via requests-ntlm, smbprotocol
|
||||
cryptography==3.0 # via requests-ntlm, smbprotocol
|
||||
idna==2.8 # via requests
|
||||
netaddr==0.7.19
|
||||
ntlm-auth==1.3.0 # via requests-ntlm, smbprotocol
|
||||
|
|
|
@ -114,7 +114,7 @@ clustershell==1.8.1
|
|||
contextlib2==0.6.0.post1
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.0
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -116,7 +116,7 @@ clustershell==1.8.3
|
|||
contextlib2==0.5.5
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.0
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -115,7 +115,7 @@ clustershell==1.8.3
|
|||
contextlib2==0.5.5
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.0
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -27,7 +27,7 @@ clustershell==1.8.3
|
|||
colorama==0.4.1 # via pytest
|
||||
contextlib2==0.6.0.post1
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2
|
||||
cryptography==3.0
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -8,7 +8,7 @@ apache-libcloud==2.5.0
|
|||
certifi==2019.3.9 # via requests
|
||||
cffi==1.12.2 # via cryptography
|
||||
chardet==3.0.4 # via requests
|
||||
cryptography==3.2.1 # via requests-ntlm, smbprotocol
|
||||
cryptography==3.3.2 # via requests-ntlm, smbprotocol
|
||||
idna==2.8 # via requests
|
||||
netaddr==0.7.19
|
||||
ntlm-auth==1.3.0 # via requests-ntlm, smbprotocol
|
||||
|
|
|
@ -114,7 +114,7 @@ clustershell==1.8.1
|
|||
contextlib2==0.6.0.post1
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -116,7 +116,7 @@ clustershell==1.8.3
|
|||
contextlib2==0.5.5
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -115,7 +115,7 @@ clustershell==1.8.3
|
|||
contextlib2==0.5.5
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -27,7 +27,7 @@ clustershell==1.8.3
|
|||
colorama==0.4.1 # via pytest
|
||||
contextlib2==0.6.0.post1
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -8,7 +8,7 @@ apache-libcloud==2.5.0
|
|||
certifi==2019.3.9 # via requests
|
||||
cffi==1.12.2 # via cryptography
|
||||
chardet==3.0.4 # via requests
|
||||
cryptography==3.2.1 # via requests-ntlm, smbprotocol
|
||||
cryptography==3.3.2 # via requests-ntlm, smbprotocol
|
||||
idna==2.8 # via requests
|
||||
netaddr==0.7.19
|
||||
ntlm-auth==1.3.0 # via requests-ntlm, smbprotocol
|
||||
|
|
|
@ -114,7 +114,7 @@ clustershell==1.8.1
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.6.0.post1
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -116,7 +116,7 @@ clustershell==1.8.3
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.5.5
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -115,7 +115,7 @@ clustershell==1.8.3
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.5.5
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -25,7 +25,7 @@ click==7.1.2 # via geomet
|
|||
clustershell==1.8.3
|
||||
colorama==0.4.1 # via pytest
|
||||
contextlib2==0.6.0.post1
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -8,7 +8,7 @@ apache-libcloud==2.5.0
|
|||
certifi==2019.3.9 # via requests
|
||||
cffi==1.12.2 # via cryptography
|
||||
chardet==3.0.4 # via requests
|
||||
cryptography==3.2.1 # via requests-ntlm, smbprotocol
|
||||
cryptography==3.3.2 # via requests-ntlm, smbprotocol
|
||||
idna==2.8 # via requests
|
||||
netaddr==0.7.19
|
||||
ntlm-auth==1.3.0 # via requests-ntlm, smbprotocol
|
||||
|
|
|
@ -114,7 +114,7 @@ clustershell==1.8.1
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.6.0.post1
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -116,7 +116,7 @@ clustershell==1.8.3
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.5.5
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -115,7 +115,7 @@ clustershell==1.8.3
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.5.5
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -8,7 +8,7 @@ apache-libcloud==2.5.0
|
|||
certifi==2019.3.9 # via requests
|
||||
cffi==1.14.4 # via cryptography
|
||||
chardet==3.0.4 # via requests
|
||||
cryptography==3.2.1 # via requests-ntlm, smbprotocol
|
||||
cryptography==3.3.2 # via requests-ntlm, smbprotocol
|
||||
idna==2.8 # via requests
|
||||
netaddr==0.7.19
|
||||
ntlm-auth==1.3.0 # via requests-ntlm, smbprotocol
|
||||
|
|
|
@ -114,7 +114,7 @@ clustershell==1.8.1
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.6.0.post1
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -116,7 +116,7 @@ clustershell==1.8.3
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.5.5
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -116,7 +116,7 @@ clustershell==1.8.3
|
|||
colorama==0.4.3 # via ciscoconfparse
|
||||
contextlib2==0.5.5
|
||||
croniter==0.3.29 ; sys_platform != "win32"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
decorator==4.4.2 # via networkx
|
||||
distlib==0.3.0 # via virtualenv
|
||||
distro==1.5.0
|
||||
|
|
|
@ -13,7 +13,7 @@ cheroot==8.3.0 # via cherrypy
|
|||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2
|
||||
cryptography==3.0
|
||||
distro==1.5.0
|
||||
gitdb==4.0.5 # via gitpython
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -13,7 +13,7 @@ cheroot==6.5.4 # via cherrypy
|
|||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.0 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
immutables==0.14 # via contextvars
|
||||
|
|
|
@ -13,7 +13,7 @@ cheroot==6.5.4 # via cherrypy
|
|||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.0 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
immutables==0.14 # via contextvars
|
||||
|
|
|
@ -12,7 +12,7 @@ cheroot==8.3.0 # via cherrypy
|
|||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2
|
||||
cryptography==3.0
|
||||
distro==1.5.0
|
||||
gitdb==4.0.5 # via gitpython
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -13,7 +13,7 @@ cheroot==8.3.0 # via cherrypy
|
|||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
distro==1.5.0
|
||||
gitdb==4.0.5 # via gitpython
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -13,7 +13,7 @@ cheroot==6.5.4 # via cherrypy
|
|||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.3.2 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
immutables==0.14 # via contextvars
|
||||
|
|
|
@ -13,7 +13,7 @@ cheroot==6.5.4 # via cherrypy
|
|||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.3.2 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
immutables==0.14 # via contextvars
|
||||
|
|
|
@ -12,7 +12,7 @@ cheroot==8.3.0 # via cherrypy
|
|||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
contextvars==2.4 ; python_version < "3.7"
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
distro==1.5.0
|
||||
gitdb==4.0.5 # via gitpython
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==8.3.0 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
distro==1.5.0
|
||||
gitdb==4.0.5 # via gitpython
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==6.5.4 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.3.2 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
jaraco.functools==2.0 # via tempora
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==6.5.4 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.3.2 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
jaraco.functools==2.0 # via tempora
|
||||
|
|
|
@ -10,7 +10,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==8.3.0 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
distro==1.5.0
|
||||
gitdb==4.0.5 # via gitpython
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==8.3.0 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
distro==1.5.0
|
||||
gitdb==4.0.5 # via gitpython
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==6.5.4 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.3.2 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
jaraco.functools==2.0 # via tempora
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==6.5.4 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.3.2 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
jaraco.functools==2.0 # via tempora
|
||||
|
|
|
@ -13,7 +13,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==8.3.0 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
distro==1.5.0
|
||||
gitdb2==2.0.5
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==8.3.0 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
distro==1.5.0
|
||||
gitdb==4.0.5 # via gitpython
|
||||
gitpython==3.1.12
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==6.5.4 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.3.2 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
jaraco.functools==2.0 # via tempora
|
||||
|
|
|
@ -11,7 +11,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==6.5.4 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.5.5 # via cherrypy
|
||||
cryptography==3.2 # via pyopenssl
|
||||
cryptography==3.3.2 # via pyopenssl
|
||||
distro==1.5.0
|
||||
idna==2.8 # via requests
|
||||
jaraco.functools==2.0 # via tempora
|
||||
|
|
|
@ -13,7 +13,7 @@ chardet==3.0.4 # via requests
|
|||
cheroot==8.3.0 # via cherrypy
|
||||
cherrypy==17.4.1
|
||||
contextlib2==0.6.0.post1 # via cherrypy
|
||||
cryptography==3.2
|
||||
cryptography==3.3.2
|
||||
distro==1.5.0
|
||||
gitdb2==2.0.5
|
||||
gitpython==3.1.12
|
||||
|
|
Loading…
Add table
Reference in a new issue