issues
search
cgwire
/
zou
Zou is the Kitsu API. It allows you to store and manage your production data
https://zou.cg-wire.com
GNU Affero General Public License v3.0
170
stars
104
forks
source link
various improvements
#843
Closed
EvanBldy
closed
3 months ago
EvanBldy
commented
3 months ago
Problem
Werkzeug requirement is outdated.
It's possible to break sqlalchemy requests from the db by setting an entity.status not in the ChoiceType.
Solution
Upgrade werkzeug.
Disallow the possibility to add an entity.status not in the choices list.
Problem
Solution