From 790e4befedb9f595136251bca817db8dce5d3879 Mon Sep 17 00:00:00 2001 From: BelenValdivia Date: Thu, 31 Aug 2023 11:32:47 -0300 Subject: [PATCH 1/2] refactor(#4255): update certifi library --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89f96c8f0d..166a198d96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ configobj==5.0.6 -certifi==2020.12.5 +certifi>=2022.12.7 cffi>=1.14.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' cycler>=0.10; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' bcrypt==3.2.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' From d2fda2b2db4be9f5bef091d064cbb71c52c34745 Mon Sep 17 00:00:00 2001 From: damarisg Date: Wed, 4 Oct 2023 16:26:17 -0300 Subject: [PATCH 2/2] refactor(#4255): add changes to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07783f0a07..c0761c38f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Release report: TBD ### Changed +- Update certifi library due to a vulnerability. [#4486](https://github.com/wazuh/wazuh-qa/pull/4486) \- (Tests) - Update _wazuh_db_ schema database version ([#4353](https://github.com/wazuh/wazuh-qa/pull/4353)) \- (Tests) - Update the JSON schema with the required fields for the output content of the migration tool ([#4375](https://github.com/wazuh/wazuh-qa/pull/4375)) \- (Tests)