jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

HexadecimalField accepts non-hex values #671

Closed denizdogan closed 1 year ago

denizdogan commented 1 year ago

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.