From 2a29009d1fd4370913364ec66b48ed189eb81c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rebollo=20P=C3=A9rez?= Date: Wed, 16 Aug 2023 11:57:29 +0100 Subject: [PATCH 01/11] fix: update VD validate xml test RHEL url --- .../data/test_cases/cases_validate_xml_feed_content.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_validate_xml_feed_content.yaml b/tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_validate_xml_feed_content.yaml index 10388a91e1..dab30de89a 100644 --- a/tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_validate_xml_feed_content.yaml +++ b/tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_validate_xml_feed_content.yaml @@ -7,7 +7,7 @@ path: /tmp/com.redhat.rhsa-RHEL5.xml.bz2 extension: bz2 decompressed_file: /tmp/rhel5.xml - url: https://www.redhat.com/security/data/oval/com.redhat.rhsa-RHEL5.xml.bz2 + url: https://feed.wazuh.com/vulnerability-detector/RHEL/5/com.redhat.rhsa-RHEL5_v1.xml.bz2 - name: Red Hat Enterprise Linux description: Red Hat Enterprise Linux provider From 5bac9e6f3f32fd5987ab363519cc7bdf74a42f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rebollo=20P=C3=A9rez?= Date: Wed, 16 Aug 2023 12:04:21 +0100 Subject: [PATCH 02/11] docs: include 4424 in changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc59eb724a..819fc72af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Release report: TBD - Add an integration test to check the wazuh-analysisd's decoder parser ([#4286](https://github.com/wazuh/wazuh-qa/pull/4286)) \- (Tests) +### Changed + +- Update RHEL5 URL provider for VD test_validate_xml_feed_content ([#4428](https://github.com/wazuh/wazuh-qa/pull/4428)) \- (Tests) + ## [4.5.0] - TBD Wazuh commit: TBD \ From c8796e3d38e4a73c2432e8ceeb4ec9f0f34212f8 Mon Sep 17 00:00:00 2001 From: BelenValdivia Date: Wed, 2 Aug 2023 11:34:21 -0300 Subject: [PATCH 03/11] fix(#4231): fix canonical tests --- .../data/test_cases/cases_validate_xml_feed_content.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_validate_xml_feed_content.yaml b/tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_validate_xml_feed_content.yaml index dab30de89a..a9a71d886d 100644 --- a/tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_validate_xml_feed_content.yaml +++ b/tests/integration/test_vulnerability_detector/test_feeds/data/test_cases/cases_validate_xml_feed_content.yaml @@ -62,7 +62,7 @@ path: /tmp/com.ubuntu.focal.cve.oval.xml.bz2 extension: bz2 decompressed_file: /tmp/focal.xml - url: https://people.canonical.com/~ubuntu-security/oval/com.ubuntu.focal.cve.oval.xml.bz2 + url: https://security-metadata.canonical.com/oval/com.ubuntu.focal.cve.oval.xml.bz2 - name: Canonical Bionic description: Canonical provider @@ -73,7 +73,7 @@ path: /tmp/com.ubuntu.bionic.cve.oval.xml.bz2 extension: bz2 decompressed_file: /tmp/bionic.xml - url: https://people.canonical.com/~ubuntu-security/oval/com.ubuntu.bionic.cve.oval.xml.bz2 + url: https://security-metadata.canonical.com/oval/com.ubuntu.focal.cve.oval.xml.bz2 - name: Canonical Xenial description: Canonical provider @@ -84,7 +84,7 @@ path: /tmp/com.ubuntu.xenial.cve.oval.xml.bz2 extension: bz2 decompressed_file: /tmp/xenial.xml - url: https://people.canonical.com/~ubuntu-security/oval/com.ubuntu.xenial.cve.oval.xml.bz2 + url: https://security-metadata.canonical.com/oval/com.ubuntu.focal.cve.oval.xml.bz2 - name: Canonical Trusty description: Canonical provider @@ -95,7 +95,7 @@ path: /tmp/com.ubuntu.trusty.cve.oval.xml.bz2 extension: bz2 decompressed_file: /tmp/trusty.xml - url: https://people.canonical.com/~ubuntu-security/oval/com.ubuntu.trusty.cve.oval.xml.bz2 + url: https://security-metadata.canonical.com/oval/com.ubuntu.focal.cve.oval.xml.bz2 - name: Debian description: Debian provider From 266d863fa5166d9e049f258dc70f42d4fadce5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rebollo=20P=C3=A9rez?= Date: Wed, 16 Aug 2023 15:05:46 +0100 Subject: [PATCH 04/11] docs: change changelog line to include all changes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819fc72af4..9788df0481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Release report: TBD ### Changed -- Update RHEL5 URL provider for VD test_validate_xml_feed_content ([#4428](https://github.com/wazuh/wazuh-qa/pull/4428)) \- (Tests) +- Update vulnerability detector IT outdated URLs ([#4428](https://github.com/wazuh/wazuh-qa/pull/4428)) \- (Tests) ## [4.5.0] - TBD From 6da13f57f3f793beabebcdf757f4e56b582d4a90 Mon Sep 17 00:00:00 2001 From: Jorge Marino Date: Wed, 16 Aug 2023 17:09:37 -0300 Subject: [PATCH 05/11] fix(#4411): Upgrading integration test dependencies for python in Mac (#4427) --- tests/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/README.md b/tests/integration/README.md index d61a0a22ae..231935b0d8 100644 --- a/tests/integration/README.md +++ b/tests/integration/README.md @@ -117,7 +117,7 @@ brew install python3 brew install autoconf automake libtool # Install Python libraries -pip3 install pytest freezegun jq jsonschema pyyaml==5.4 psutil paramiko distro pandas==0.25.3 pytest-html==2.0.1 numpydoc==0.9.2 +pip3 install filetype freezegun jq jsonschema lockfile numpydoc psutil pytest-html pytest-testinfra pyyaml ``` - Add some internal options and restart From 9322c097007d226d170b827e832b8890aee1b554 Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 17 Aug 2023 12:11:18 +0200 Subject: [PATCH 06/11] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9788df0481..0245066c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Release report: TBD ### Changed +- Update python integration test dependencies for macOS ([##4427](https://github.com/wazuh/wazuh-qa/pull/4427)) \- (Documentation) - Update vulnerability detector IT outdated URLs ([#4428](https://github.com/wazuh/wazuh-qa/pull/4428)) \- (Tests) ## [4.5.0] - TBD From 5d578e2498d8fc540ebe81f488f180c2ec7b4787 Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 17 Aug 2023 12:17:33 +0200 Subject: [PATCH 07/11] docs: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0245066c67..c946173ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Release report: TBD ### Changed -- Update python integration test dependencies for macOS ([##4427](https://github.com/wazuh/wazuh-qa/pull/4427)) \- (Documentation) +- Update python integration test dependencies in the README ([##4427](https://github.com/wazuh/wazuh-qa/pull/4427)) \- (Documentation) - Update vulnerability detector IT outdated URLs ([#4428](https://github.com/wazuh/wazuh-qa/pull/4428)) \- (Tests) ## [4.5.0] - TBD From df76789271377a443c0c83adc41112c23c355b2f Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 17 Aug 2023 12:19:15 +0200 Subject: [PATCH 08/11] docs: delete extra number sign --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c946173ceb..4d3719f284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Release report: TBD ### Changed -- Update python integration test dependencies in the README ([##4427](https://github.com/wazuh/wazuh-qa/pull/4427)) \- (Documentation) +- Update python integration test dependencies in the README ([#4427](https://github.com/wazuh/wazuh-qa/pull/4427)) \- (Documentation) - Update vulnerability detector IT outdated URLs ([#4428](https://github.com/wazuh/wazuh-qa/pull/4428)) \- (Tests) ## [4.5.0] - TBD From 9ce39acc89ada5084d4bdd16999457fb2f647c09 Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 17 Aug 2023 13:51:01 +0200 Subject: [PATCH 09/11] refactor: bump revision --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index b02b9b68c6..3fe7da8ea5 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "version": "4.5.1", - "revision": "40501" + "revision": "40502" } From 185cb692ffee2c65336afa6b4f57fac18aee1eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Seyla=20D=C3=A1maris=20Gomez?= Date: Thu, 17 Aug 2023 12:23:09 -0300 Subject: [PATCH 10/11] Change revision to 4.5.1-rc2 (#4435) --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 3fe7da8ea5..13a75f9783 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "version": "4.5.1", - "revision": "40502" + "revision": "40503" } From 56308da715d30569782e5e7ab256d077595146c2 Mon Sep 17 00:00:00 2001 From: damarisg Date: Thu, 24 Aug 2023 14:11:49 -0300 Subject: [PATCH 11/11] Update Changelog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d231b873d..13e16e1a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,10 @@ Release report: TBD - Fix one_manager_agent environment provisioning by packages for system tests ([#4438](https://github.com/wazuh/wazuh-qa/pull/4438)) \- (Framework) -## [4.5.1] - TBD +## [4.5.1] - 24-08-2023 -Wazuh commit: TBD \ -Release report: TBD +Wazuh commit: https://github.com/wazuh/wazuh/commit/731cdf39a430d2fb6fa02f3721624e07f887b02f +Release report: https://github.com/wazuh/wazuh/issues/18475 ### Added @@ -25,10 +25,10 @@ Release report: TBD - Update python integration test dependencies in the README ([#4427](https://github.com/wazuh/wazuh-qa/pull/4427)) \- (Documentation) - Update vulnerability detector IT outdated URLs ([#4428](https://github.com/wazuh/wazuh-qa/pull/4428)) \- (Tests) -## [4.5.0] - TBD +## [4.5.0] - 11-08-2023 -Wazuh commit: TBD \ -Release report: TBD +Wazuh commit: https://github.com/wazuh/wazuh/commit/f6aba151d08ef065dfc1bdc9b8885c3d4f618fca +Release report: https://github.com/wazuh/wazuh/issues/18235 ### Changed