Miguel Angel Cazajous
Miguel Angel Cazajous
# Port information from UI ## Linux Expand  **Note: There's no process name info.** ## Windows Expand  **Note: Since this is port information, I personally would rather see...
# Findings ## Notes The behavior also occurs with AIX (https://github.com/wazuh/wazuh/pull/19012), but since the package is an RPM the compression does not let us see the difference in size with...
# Testing :red_circle: ## Environment - Manager Ubuntu Jammy - Agent Centos9 - Agent Windows 11 ## Scan by events Expand - Total vulnerabilities found [vulnerabilities.json](https://github.com/wazuh/wazuh/files/15266044/vulnerabilities.json) [ossec.log.tar.gz](https://github.com/wazuh/wazuh/files/15266138/ossec.log.tar.gz) > [!WARNING] >...
# Quick exploratory :green_circle: ## Packages number before and after the implementation Expand    Packages before [before_dump.txt](https://github.com/wazuh/wazuh/files/12455736/before_dump.txt) Packages after [after_dump.txt](https://github.com/wazuh/wazuh/files/12455737/after_dump.txt) ## Diff analysis There's only one package `before`...
## Exploratory ### Environment MacOS Catalina ### Master branch Number of packages  Using the sysinfo_test_tool five times we get that the time consumed for gathering the inventory packages is...
## Time consumed After the changes, the package detection takes around 420ms.  The number of packages detected did not change. 
Hi @gitusr-gcar, Indeed, this is considering a package with the same name but a different vendor. https://nvd.nist.gov/vuln/detail/CVE-2023-27482 The RH CVEs feed does not report anything about this CVE so this...
# Update 06/10 Unable to reproduce any kind of issue using full format, the mail was sent without issues ```console Wazuh Notification. 2024 Jun 10 18:25:32 Received From: jammy->syscheck Rule:...
## Update 06/12 Due to the abovementioned limit, it is tedious to use a Gmail account. But it is possible to use the local machine and check the mails at...
# Update 06/13 We're not checking for NULL here (although it doesn't fail there due to that, the check is missing). https://github.com/wazuh/wazuh/blob/e44fab6fb7733d803153471996d2590dda24fca2/src/os_maild/sendmail.c#L421 When we use group the value there is...