cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 1 forks source link

fix: validate email segment length #366

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Update the email domain validation to include a check for max segment lengths.

cgye commented 1 year ago

Nice, this will address: https://github.com/cds-snc/security-risk-register/issues/152