Hi All, I am planning to work on these two issues,...
# core
p
Hi All, I am planning to work on these two issues, I my view both the issues looks very similar. https://github.com/osquery/osquery/issues/7908 https://github.com/osquery/osquery/issues/7663 Proposed Changes: On executing the query `select build from os_version`; the build does not display the full build number including what is called the updated build revision (UBR) , the implementation of os_version uses the
Win32_OperatingSystem
WMI class to get all the information, but it does not have any property that returns the UBR. So, another way to get the UBR is from the windows registry and concatenate it to the build value. please check the screen shot for the current output from the latest version of osquery (5.10.2) and post fix changes let me know if i am prceeding in the right direction.
👍 1
✔️ 1