Skip to content

Conversation

@DefaultRyan
Copy link
Member

CodeQL recently flagged some usage of the SHA1 hashing algorithm. If SHA1 was being used for authentication, that would be bad.

Here, it's used strictly for WinRT's method of calculating guids for parameterized types, which relies on UUID version 5, which utilizes SHA1 as the hashing function. In this case, it's safe to add suppression comments.

@DefaultRyan DefaultRyan merged commit b435886 into master Feb 4, 2025
10 checks passed
@DefaultRyan DefaultRyan deleted the user/defaultryan/sha1-codeql branch February 4, 2025 19:36
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