Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 4.5.1 into 4.5.2 #4457

Merged
merged 15 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,24 @@ 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

- Add an integration test to check the wazuh-analysisd's decoder parser ([#4286](https://github.com/wazuh/wazuh-qa/pull/4286)) \- (Tests)

## [4.5.0] - TBD
### Changed

Wazuh commit: TBD \
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] - 11-08-2023

Wazuh commit: https://github.com/wazuh/wazuh/commit/f6aba151d08ef065dfc1bdc9b8885c3d4f618fca
Release report: https://github.com/wazuh/wazuh/issues/18235

### Changed

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.5.2",
"revision": "40503"
"revision": "40504"
}