Osquery: chrome_extensions returns duplicate results

Created on 27 Feb 2020  路  1Comment  路  Source: osquery/osquery

Bug report

What operating system and version are you using?

Windows 10
version 10.0.18363

What version of osquery are you using?

This issue exists in osquery 4.1.2 and 4.2.0.
4.0.2 does not have the issue.

What steps did you take to reproduce the issue?

Run SELECT * FROM chrome_extensions;
For easier debugging, limit by a single extension identifier like select * from chrome_extensions where identifier='nmmhkkegccagdldgiimedpiccmgmieda';

What did you expect to see?

A single unique result row per unique chrome extension.

What did you see instead?

Three identical result rows per chrome extension.

bug virtual tables

Most helpful comment

Confirmed! I think I found it. https://github.com/osquery/osquery/pull/6277

>All comments

Confirmed! I think I found it. https://github.com/osquery/osquery/pull/6277

Was this page helpful?
0 / 5 - 0 ratings