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

Fix/uppercase UUID #176

Merged
merged 2 commits into from
Jul 7, 2020
Merged

Fix/uppercase UUID #176

merged 2 commits into from
Jul 7, 2020

Conversation

eoingroat
Copy link

We were encountering an issue with uppercase v4 UUIDs not validating, it was due to a check using the original uppercased value instead of the normalised (lowercased) val.

A test has been added for case insensitive UUIDs of any version.

@erfanium erfanium requested review from erfanium and icebob July 6, 2020 15:08
Copy link
Owner

@icebob icebob left a comment

Choose a reason for hiding this comment

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

Thanks!

@icebob icebob merged commit 55d3e68 into icebob:master Jul 7, 2020
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