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

Parse accepts argument containing non-alphanumeric characters #74

Open
nwt opened this issue Mar 13, 2023 · 1 comment
Open

Parse accepts argument containing non-alphanumeric characters #74

nwt opened this issue Mar 13, 2023 · 1 comment

Comments

@nwt
Copy link

nwt commented Mar 13, 2023

Parse is happy to accept some arguments that contain non-alphanumeric characters.

Here's an example:

$ go run ./cmd/ksuid 0??????????????????????????
022222222222222222222222222

Is this by design? (I was expecting an error for an argument that isn't valid base62.)

@nwt
Copy link
Author

nwt commented Mar 17, 2023

By the way, if this is indeed a bug, I'm happy to contribute a PR to fix it!

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