<https://github.com/facebook/osquery/tree/master[o...
# general
u
[osquery:master] 1 new commit by Erick Cheng:
<https://github.com/facebook/osquery/commit/5e1a92375f0a67679a30805d0a8ddf265cb8078c|5e1a923>
packs: Update unwanted-chrome-extensions.conf (#4332) - Erick Cheng
g
@thor @theopolis all the queries in this pack are somewhat broken. they should be
SELECT * FROM users CROSS JOIN
osquery throughs an error if you don’t use CROSS JOIN on users + chrome_extensions
👍 1
t
When you say broken, how do you mean? I'm not getting any errors thrown from those queries in that pack
g
"The chrome_extensions table returns data based on the current user by default, consider JOINing against the users table"
i get this error even though the query has a JOIN