dboehmer / coocook

👨‍🍳🦉 Web application for collecting recipes and making food plans
https://coocook.org/
Other
11 stars 2 forks source link

Validate dates before saving to database #44

Open dboehmer opened 6 years ago

dboehmer commented 6 years ago

Currently the date format YYYY-MM-DD is expected and passed to the database as is.

Thanks to DBIx-Class this is not a security risk because any value is still escaped.