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 doubles to indexeddb parsing #1963

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

RebeccaMahany
Copy link
Contributor

Our indexeddb parser currently doesn't handle doubles. This PR implements parsing doubles, and updates the test database to confirm the parsing does not return an error.

@RebeccaMahany RebeccaMahany added component:table Table Changes bug-fixes Bug Fixes labels Nov 19, 2024
@@ -26,6 +26,7 @@ const (
// numbers
tokenInt32 byte = 0x49 // I
tokenUint32 byte = 0x55 // U
tokenDouble byte = 0x4e // N
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The source for this value, as well as the troubleshooting steps I took to fix this parsing error, are documented here: https://github.com/kolide/launcher/tree/main/ee/katc/test_data#troubleshooting-parsing-errors

@RebeccaMahany RebeccaMahany added this pull request to the merge queue Nov 19, 2024
Merged via the queue into kolide:main with commit caa9ede Nov 19, 2024
30 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/indexeddb-double branch November 19, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fixes Bug Fixes component:table Table Changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants