Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KATC] Add support for .indexeddb.leveldb files #1769

Merged

Conversation

RebeccaMahany
Copy link
Contributor

@RebeccaMahany RebeccaMahany commented Jul 3, 2024

Builds on previous work (#1767, #1763) to add support for querying Chrome extension data:

  • Adds new source type indexeddb_leveldb
  • Adds new row transform that can handle data stored by Chrome extensions

I am waffling on whether I should move the ee/indexeddb code into this package. Since both indexeddb.QueryIndexeddbObjectStore and indexeddb.DeserializeChrome adhere to katc.katcSourceType.dataFunc and katc.rowTransformStep.transformFunc, respectively, it seems to make more sense for that code to live inside this package -- and we don't currently have any other usecases for interacting with indexeddb otherwise. I'd like to get folks' thoughts on this question -- if we do want to move the code, I'll do it in a follow-up PR to keep these simple/reviewable!

Additionally, fixed an issue where underscores in filepaths were treated as single-char wildcards; we don't need to support this functionality, so I just removed it.

@RebeccaMahany RebeccaMahany added this pull request to the merge queue Jul 3, 2024
Merged via the queue into kolide:main with commit 6208861 Jul 3, 2024
31 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/katc-indexeddb_leveldb-source branch July 3, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants