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

The address parser doesn't do any usefull validation #35

Open
iluminat23 opened this issue Apr 20, 2022 · 1 comment
Open

The address parser doesn't do any usefull validation #35

iluminat23 opened this issue Apr 20, 2022 · 1 comment

Comments

@iluminat23
Copy link

The mac address parser is way to lenient. It will accept any character as delimiter. It accepts these as input:
c9L3AsB7q12N34r56 => c9:3a:b7:12:34:56
effect affect => ef:fe:0c:af:fe:0c

It is ok to cope with some odd input, but this is like no validation is done at all.

@iluminat23
Copy link
Author

Ok #32 should deal with it. At least it would do it much better.

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