Tomas Sarquis
Tomas Sarquis
As @sebasfalcone says, after adding ``` if (format == "uri") { return; } ... ``` the lib validates correctly the `basic-example`. But, if I edit the `basic-example` and force it...
Now, at `error-check` branch, I have the same [behaviour](https://github.com/pboettch/json-schema-validator/issues/226#issuecomment-1253563005) but with another error message: `required property 'rejectedReasons' not found in object` But it's weird because the `basic-example` should not have...
## Current source of OS name Wazuh is obtaining the macOS's name from the system command `sw_vers`, whose output is differing between macOS releases. ## Output of `sw_vers` Below are...
## Alternative One possible alternative is `system_profiler SPSoftwareDataType`, as we can extract the OS name from the `System Version` key provided by this command. ### Output of `system_profiler SPSoftwareDataType` Below...
> In the documentation it mentions that the alerts are in /var/ossec/logs/alerts.log, but both the alert.json and alert.log are inside the /var/ossec/logs/alerts folder. These paths should be reviewed. > >...
Same problem here trying to call the `InitApi` and `ShutdownAPI` methods within a Singleton class. Any updates on this? Does someone know any workaround?
@jessebraham Is analog HAL coming soon?
Thanks for your job @jessebraham. I'm a newbie in Rust so it's probably not gonna be me who solve this... Unless there's some docs about that kind of procedures.
# Update Possible solution implemented on #22228. More tests are needed to be RTR.
# Update Some changes were made to the base implementation. PR moved to RTR.