Skip to content

Commit

Permalink
Merge pull request #5337 from wazuh/fix/5321-macos-alerts-collect
Browse files Browse the repository at this point in the history
Fix macOS alert collection for E2E Vulnerability Detection tests
  • Loading branch information
davidjiglesias authored May 7, 2024
2 parents 257b513 + 4ae819f commit 41b40fa
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 259 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ All notable changes to this project will be documented in this file.

### Fixed

- Fix macOS alert collection for E2E Vulnerability Detection tests ([#5337](https:/wazuh/wazuh-qa/pull/5337)) \- (Framework)
- Fix packages in Windows and macOS upgrade cases ([#5223](https:/wazuh/wazuh-qa/pull/5223)) \- (Framework + Tests)
- Fix vulnerabilities and add new packages to Vulnerability Detector E2E tests ([#5234](https:/wazuh/wazuh-qa/pull/5234)) \- (Tests)
- Fix provision macOS endpoints with npm ([#5128](https:/wazuh/wazuh-qa/pull/5158)) \- (Tests)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,8 @@ def get_package_system(host: str, host_manager: HostManager) -> str:
return system


def get_vulnerability_alerts(
host_manager: HostManager,
agent_list,
packages_data: List,
greater_than_timestamp: str = "",
) -> Dict:
def get_vulnerability_alerts(host_manager: HostManager, agent_list, packages_data: List,
greater_than_timestamp: str = "") -> Dict:
alerts = get_vulnerabilities_from_alerts_by_agent(
host_manager, agent_list, greater_than_timestamp=greater_than_timestamp
)
Expand Down
Loading

0 comments on commit 41b40fa

Please sign in to comment.