Has anyone else seen `chrome_extensions` returnin...
# general
p
Has anyone else seen
chrome_extensions
returning multiple identical results in version 4.2? The same query in version 4.0.2 doesn't have the duplicate results
(the fields not selected are also identical)
s
I wonder if something is weird in the cross join.
p
The issue happens when I query just
chrome_extensions
without the cross join as well
s
What does
select * from chrome_extensions where identifier = ...
get you?
p
Still triple results. I should clarify that I'm getting triple results for all chrome extensions, not just this specific one
t
Wasn't there a PR merged that adds additional properties (permissions) to this table? I wonder if there was a regression.
If that sounds likely, you should file a bug Paul
👍 1
p
https://github.com/osquery/osquery/issues/6276 for anyone looking at this thread in the future
Nice catching that.