Hello everyone, I am new here and I have a questio...
# general
n
Hello everyone, I am new here and I have a question related to extensions; I am running this query to get the extensions but I am getting state as empty irrespective of extension is enabled/disabled. Does anyone also faced the same issue?
Copy code
SELECT name, state, version FROM users CROSS JOIN chrome_extensions USING (uid) where name = 'my extension name';
a
Hello @Nallapu Srikar! It's a known issue and is being worked on: https://github.com/osquery/osquery/issues/8610
n
Thank you somuch @alessandrogario