Javier Sanchez Gil
Javier Sanchez Gil
## Update The `unit_tests` were run locally and all passed: Output ```console (unittest-env) wazuh@javier:~/Git/wazuh$ PYTHONPATH=/home/wazuh/Git/wazuh/api:/home/wazuh/Git/wazuh/framework python3 -m pytest wodles/aws/tests/ =========================================================================================== test session starts ============================================================================================ platform linux -- Python 3.10.12, pytest-7.3.1,...
## Update Regarding the failed integration tests, it seems that the failures are due to the logging refactor. There is already an issue to fix these tests for version 5.0:...
## Update A rebase of the master(`5.0.0`) branch to `4.9.1` was performed and tests were conducted to verify its functionality. ### Unit test ```console (unittest-env) wazuh@javier:~/Git/wazuh$ PYTHONPATH=/home/wazuh/Git/wazuh/api:/home/wazuh/Git/wazuh/framework python3 -m pytest...
## Update - A condition was added for when `only_logs_after` is None, as this was not being considered in the config and was causing failures in the AWS IT tests...
- I have been reading the changes to migrate Virustotal to v3. - I implemented the necessary changes for its operation. - I have been testing the changes made: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------...
## Update Performing tests to update the documentation on VirusTotal, I realized that error handling does not work as it should, here is an example: Master branch: When we add...
## Update **As shown in the previous update, `alerts.json` was only receiving alerts about `syscheck`, which was not correctly making the call to the Virustotal API. This was corrected and...
## Update - I'm still debugging and looking for information on how errors are handled with VirusTotal v3, due to the following: - When the credentials are correct, the VirusTotal...
## Update - The issue mentioned in the previous update has been resolved. It was verified that alerts are generated when VirusTotal credentials are incorrect and when the API has...
## Update - It was being investigated about the mentioned errors regarding the integration of Virustotal - I was testing the integration on the open branch of the issue, 4.8.0,...