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

isHexColor incorrectly validates hex colors without # #2533

Open
mag123c opened this issue Feb 26, 2025 · 0 comments
Open

isHexColor incorrectly validates hex colors without # #2533

mag123c opened this issue Feb 26, 2025 · 0 comments

Comments

@mag123c
Copy link

mag123c commented Feb 26, 2025

The isHexColor function in validator.js currently allows strings like "6633FF" to pass validation as a valid hex color, even though a proper hex color should include a leading #. This issue arises from the current regex implementation in the library.

https://github.com/validatorjs/validator.js/blob/master/src/lib/isHexColor.js

Is allowing hex colors without # an intended behavior in isHexColor? If not, can I submit a fix?

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