<@U0JT049S4> <@U09M563C7> all the queries in this ...
# general
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