Rodrigo Causarano
Rodrigo Causarano
## Update 23/06/2025 - PR open for review https://github.com/wazuh/wazuh/pull/30487 - Fixed RTR errors
## Update 24/06/2025 * Fixed styling issues with code along with all other reviewer suggestions * refactored code to replace all usages of std::filesystem for the internal filesystemHelper equivalent. *...
## Update 26/06/2025 - Detected and fixed memory leak in code
## Update 09/12/2025 - Was able to reproduce the issue: - Investigated the code to find a solution
## Update 11/12/2025 - I have found that both pip and setuptools are only installed once on the machine and they are from RPM under the Oracle Vendor. - The...
## Update 12/12/2025 - I have opened PR #33510 - It solves this issue by properly detecting pip and setuptools as RPM packages rather than PyPi packages. - By properly...
## Update 18/12/2025 - I have tested the fix in all other Linux OSs that Wazuh Agent packages support that use RPM version < 4.16.x (where this issue occurs) according...