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

groob

05/02/2018, 3:00 AM
@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

thor

05/02/2018, 4:51 AM
When you say broken, how do you mean? I'm not getting any errors thrown from those queries in that pack
g

groob

05/02/2018, 5:17 AM
"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
2 Views