candle-annotator/src
Marko Djordjevic 870f92d208 feat: add run_id format validation in DELETE training/runs endpoint
Validate that run_id matches /^[a-zA-Z0-9_-]+$ regex before interpolating into the API URL.
Returns HTTP 400 with 'Invalid run_id format' error if validation fails.
This prevents potential URL injection attacks and invalid identifier usage.
2026-02-18 10:58:54 +01:00
..
app feat: add run_id format validation in DELETE training/runs endpoint 2026-02-18 10:58:54 +01:00
components feat: auto-build training dataset from DB annotations before training 2026-02-18 00:24:39 +01:00
lib fix: replace all SQLite references with PostgreSQL in scripts and lazy-init db connection 2026-02-17 23:48:47 +01:00
plugins fix: resolve TypeScript narrowing errors and renamed lightweight-charts exports 2026-02-16 16:05:54 +01:00
types fix(frontend): update ModelInfoResponse types to match backend structure 2026-02-15 21:39:38 +01:00