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

Package can create invalid Ulids #90

Open
Flohack74 opened this issue Jan 13, 2025 · 0 comments
Open

Package can create invalid Ulids #90

Flohack74 opened this issue Jan 13, 2025 · 0 comments

Comments

@Flohack74
Copy link

Hi,

as the Ulid specification excludes letters I L O U (Crockford's base32) I made a small test to see how its implemented here. For example a TryParse of invalid 01ARZ3NDEITSV4RRFFQ69G5FAV (note the I) leads to an invalid Ulid value of 01ARZ3NDFZTSV4RRFFQ69G5FAV, without error.

Is there a reason for skipping validity checks, mainly for speed reason?

Thanks!

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

No branches or pull requests

1 participant