Skip to content

fix: reject MAC addresses with mixed separators #432

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iCasture
Copy link

Previously, the MAC address validator would accept invalid MAC addresses that mixed different separators, such as aa:bb-cc-dd:ee:ff, but a valid MAC address should use consistent separators throughout.

This PR improves the MAC address validator by adding a check to reject MAC addresses that use mixed separators (both : and - characters).

Add validation to prevent MAC addresses that use both ':' and '-'
separators simultaneously, ensuring consistent separator usage
as per MAC address format standards.
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.

1 participant