-
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
Inaccurate macOS display name #3363
Comments
Tester review
Testing environment
Tested packages
Status
Conclusion 🟡Some of the required checks could not be performed (they were marked with 🟡) because of an error when upgrading a macOS agent through WPK. However, this bug is not related to the development, so the testing has been passed successfully ✅ and the results are detailed below:
|
Testing resultsmacOS Sierra 🟡Reproduce the error in production (Manager 4.3.8 - Agents 4.3.8) 🟢
Upgrade to the fixed version (Manager 4.4.0 | Agents 4.3.8 -> 4.4.0) 🟡
Fresh install (Manager 4.4.0 - Agents 4.4.0) 🟢
macOS Big Sur 🟡Upgrade to the fixed version (Manager 4.4.0 | Agents 4.3.8 -> 4.4.0) 🟡
Fresh install (Manager 4.4.0 - Agents 4.4.0) 🟢
|
QA review
This will be discussed with the development team, and the PR will be approved or not on this basis. |
Closing conclusion 👍🏼
The development has been approved taking into account the following considerations proposed in the QA review: (1): Error when upgrading a macOS agent through WPK. (cc @wazuh/drop-table) 🔵 This will be investigated and fixed in further developments. Reported issue wazuh#15081. (2): The dashboard does not show correctly the name of the OS 🔵 Due to we don't officially have a wazuh-dashboard app for |
Description
This issue aims to request Manual testing on PR wazuh/wazuh#14822.
Short problem description: some macOS OS versions (from Sierra to Catalina) show themselves (in the default OS information tool) as
MacOS X
, while their proper name ismacOS
. This inaccurate OS name is affecting both OS inventory information and Manager's agent list information. AnalysisChanges
Short problem proposed solution: change default tool
sw_vers
tosystem_profiler
to internally retrieve OS nameKnown/considered scope
Steps to reproduce
Results before changes
MacOS X
as OS name from Sierra to Catalina, andmacOS
from BigSur to the last supported oneResults after changes
macOS
as OS name from Sierra to the last supported oneTest cases
Reproduce the error in production (Manager 4.3.8 - Agents 4.3.8)
Check the OS name in [Dashboard]
Check the OS name in [API]
Check the OS name in [Manager Database]
Upgrade to the fixed version (Manager 4.3.8 -> 4.4.0 | Agents 4.3.8 -> 4.4.0)
Fresh install (Manager 4.4.0 - Agents 4.4.0)
The text was updated successfully, but these errors were encountered: