Skip to content

Commit

Permalink
Bump Paramiko version requirement
Browse files Browse the repository at this point in the history
Paramiko 3.4.0 and later addresses the "Terrapin" vulnerability
(CVE-2023-48795, CVE-2023-46445, CVE-2023-46446). Update the
requirements list accordingly.
  • Loading branch information
fghaas committed Apr 29, 2024
1 parent daa24bc commit 9d477f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Unreleased
-------------------------
* [Enhancement] Update to a newer Paramiko version.

Version 7.10.1 (2024-04-23)
-------------------------
* [Bug fix] Stop installing the XBlock in editable mode with `-e .`
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ osc-lib>=1.2.0,<2
os-client-config>=1.28.0,<2
oslo.serialization>=2.28.1,<3
oslo.utils>=3.37.1,<4
paramiko>=2.10.1,<2.11
paramiko>=3.4.0
pymongo<4
python-heatclient>=1.6.1,<2
python-keystoneclient>=3.17.0,<3.22
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def package_data(pkg, roots):
install_requires=[
'apscheduler<3.8',
'google-api-python-client<1.8',
'paramiko<2.11',
'paramiko',
'python-heatclient<2',
'python-keystoneclient<3.22',
'python-novaclient<16',
Expand Down

0 comments on commit 9d477f9

Please sign in to comment.