Zafer Balkan
Zafer Balkan
BTW, I wonder, why Wazuh team does not review these contributions as is and try to let the contributors fix them but a team member clones the commit/PR and does...
Hi @jotacarma90 , Instead of building a whole development environment, I created a Frankenstein to test the code to make it as lightweight as possible. But it was not the...
I updated the code. I still used the "frankenstack" I ripped off from Wazuh code to test only what is needed as it seemed easier. It would work better now...
Now the `test_invalid_start_bytes` is solved, as the test was correct, code was not updated accordingly. The `EXCEPTION_ACCESS_VIOLATION` was me removing NULL accidentally, and I put it back. I am working...
I discovered the Python tests fails because some of the files are not created on Linux, even though there is no rule for them to be invalid. On Linux, anything...
It has been some time but it is ready to retest.
Hi all. Sorry for the headache. Can anyone test the final version? My initial assumptions on the test was incorrect. It required a rewrite.
Below is a test for values in the test case: ```python #!/usr/bin/env python3 import os import sys # Directory to create files (use a temp directory if you prefer) if...
When I say escape function, I mean something like this: ```c char *posix_shell_escape(const unsigned char *byte_sequence, size_t length) { // Allocate a buffer large enough to hold the worst-case output...
Can anyone trigger the failed tests? It takes too much resources and time when it comes to full test cycle.