jazzband/django-push-notifications

HexadecimalField accepts non-hex values

denizdogan opened this issue · 0 comments

The regular expression it uses is wrong, so HexadecimalField will happily accept for example "DJANGO" as input.

This has been a bug for almost a decade... A PR with a fix is coming in a minute.