Skip to content

Update the registry table to be case insensitive for key#7708

Merged
directionless merged 1 commit intoosquery:masterfrom
directionless:seph/spec-nocase
Aug 9, 2022
Merged

Update the registry table to be case insensitive for key#7708
directionless merged 1 commit intoosquery:masterfrom
directionless:seph/spec-nocase

Conversation

@directionless
Copy link
Copy Markdown
Member

According to https://docs.microsoft.com/en-us/windows/win32/sysinfo/structure-of-the-registry the key on the windows registry is case insensitive. This sets the default collation

Fixes: #7673

According to https://docs.microsoft.com/en-us/windows/win32/sysinfo/structure-of-the-registry the `key` on the windows registry is case insensitive. This sets the default collation

Fixes: osquery#7673
@directionless directionless requested review from a team as code owners July 29, 2022 19:48
@mike-myers-tob mike-myers-tob added bug ready for review Pull requests that are ready to be reviewed by a maintainer Windows virtual tables labels Aug 1, 2022
@directionless directionless merged commit 3efc991 into osquery:master Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug ready for review Pull requests that are ready to be reviewed by a maintainer virtual tables Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The windows registry is case insensitive

3 participants