-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS vulnerability alerts are not correctly collected #5321
Comments
To streamline the troubleshooting process for this issue, we've devised a straightforward script to replicate failing cases. This approach simplifies the debugging of current parsing vulnerability methods, eliminating the need to run the entire test suite. parse_macos_vuln.py
In addition we are going to use the following alert index to simulate real information collected from the wazuh-indexer http-proxy Alert Index Example
Currently, we can see, that it is not detecting expected vulnerability:
However, if we check the currently detected vulnerability, we see that it is expecting a vulnerability with
We need to stript collected vulnerability fields in the |
LGTM |
LGTM |
Description
It has been detected Additional Vulnerability Detection End-to-End that vulnerability alerts for macOS agents are not correctly collected.
If we check the evidence we can see in the manager alerts file and in the indexed vulnerabilities that the alerts indeed appear. However the validator is ignoring it
Note
Report is provided here #5287
The text was updated successfully, but these errors were encountered: