WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Fix UUID validation #219

Closed pristupa closed 2 years ago

pristupa commented 2 years ago

Cases like ?param=1395b275-9d2c-48c4-b460-2c25d399be9511111111111111111111 were passing the UUID regexp validation and failing when trying to convert to UUID triggering error 500. The regexp is fixed.