https://github.com/osquery/osquery logo
#general
Title
# general
p

Paul Benoit

02/27/2020, 8:45 PM
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

seph

02/27/2020, 8:51 PM
I wonder if something is weird in the cross join.
p

Paul Benoit

02/27/2020, 8:59 PM
The issue happens when I query just
chrome_extensions
without the cross join as well
s

seph

02/27/2020, 9:00 PM
What does
select * from chrome_extensions where identifier = ...
get you?
p

Paul Benoit

02/27/2020, 9:04 PM
Still triple results. I should clarify that I'm getting triple results for all chrome extensions, not just this specific one
t

terracatta

02/27/2020, 9:22 PM
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

Paul Benoit

02/27/2020, 10:29 PM
https://github.com/osquery/osquery/issues/6276 for anyone looking at this thread in the future
Nice catching that.
7 Views