frontoge/libre-train

Add request Validation

Open

#100 opened on Mar 3, 2026

 (0 comments) (0 reactions) (0 assignees)TypeScript (1 fork)auto 404
Backendgood first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Most of the routes in the API do not validate requests outside of typescript type matching. Add full request validation to each of these endpoints to prevent non null-able null values being passed into stored procs.

Contributor guide