Skip to content

fix false negative check on UUID v7 and v8 #351

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

Merged
merged 3 commits into from
Apr 30, 2025
Merged

Conversation

Freezystem
Copy link
Contributor

@Freezystem Freezystem commented Apr 29, 2025

As per RFC9562 uuid v7 and v8 do exists and thus are perfectly valid versions.

I'm modifying the uuid regex to be able to validate those specific versions.

fix #352

@Freezystem Freezystem marked this pull request as ready for review April 30, 2025 08:27
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.

Good job, thanks!

@icebob icebob merged commit 0596153 into icebob:master Apr 30, 2025
6 checks passed
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.

UUID v7 and v8 do not pass validation
2 participants