kukuminer / ta-app

Online application and selection platform for teaching assistants
0 stars 0 forks source link

backend object schema validation #107

Open kukuminer opened 3 months ago

kukuminer commented 3 months ago

Some endpoints might break if they receive a req.body that doesn't conform to expected schema. It's probably a security issue, as it could lead to a server crash. the branch relating to this is the server-schema-validation branch.