https://github.com/osquery/osquery logo
y

Younes Boulfred

02/13/2023, 2:31 PM
Hi, I would like to know if github desktop app is up to date with this query, but I think it's not the result I was excepting. SELECT 1 WHERE EXISTS (SELECT 1 FROM apps a1 WHERE a1.bundle_identifier = 'com.github.GitHubClient' AND a1.bundle_short_version>='3.1.5') OR NOT EXISTS (SELECT 1 FROM apps a2 WHERE a2.bundle_identifier = 'com.github.GitHubClient');
7 Views