From 1ed9f5ccec1e37f625eb9253dd07f8dee994cfe4 Mon Sep 17 00:00:00 2001 From: Alejandro Jose Leiva Palomo Date: Thu, 30 Nov 2023 09:18:36 -0600 Subject: [PATCH 1/2] fix: correct critical vulnerability Signed-off-by: Alejandro Jose Leiva Palomo --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 925c0ab2e..7f6a9213c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ include_package_data = True install_requires = attrs ilcli - cryptography + cryptography==41.0.6 paramiko ruamel.yaml furl From 5657b72a757b094777773b5e1d7849ce3b970dd1 Mon Sep 17 00:00:00 2001 From: Alejandro Jose Leiva Palomo Date: Tue, 19 Dec 2023 12:15:23 -0600 Subject: [PATCH 2/2] fix: correcting vulnerability Signed-off-by: Alejandro Jose Leiva Palomo --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7f6a9213c..b23db4c63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = attrs ilcli cryptography==41.0.6 - paramiko + paramiko==3.4.0 ruamel.yaml furl pydantic[email]>=1.8.2,<2.0.0