OT, I've been barking up the tree of ubuntu not ha...
# macos
a
OT, I've been barking up the tree of ubuntu not having parseable patch level, and I'm noticing for the macOS table we're similarly initializing a integer 0 value for patch even when there's only major/minor during beta periods like we're in right now with Ventura...
Copy code
osquery> select * from os_version; 
         name = macOS
      version = 13.0
        major = 13
        minor = 0
        patch = 0
        build = 22A5286j
version is telling us the truth, Apple doesn't like numbers that go up sometimes