Files
Trần Bách 986c4cae6c fix(security): undefined variable next referenced in route erro
The GET /schema route handler's function signature is `(req, res)` (only two parameters), but the catch block calls `next(err)`. Since `next` is not defined in this scope, this will throw a `ReferenceError` at runtime when an error occurs, potentially crashing the process or causing an unhandled rejection instead of properly returning an error response.

Affected files: schema.js

Signed-off-by: Trần Bách <45133811+barttran2k@users.noreply.github.com>
2026-04-07 00:09:34 +07:00
..
2025-11-04 13:43:52 +10:00
2025-11-04 13:43:52 +10:00
2025-11-13 00:45:07 +02:00
2025-11-04 13:43:52 +10:00
2025-11-04 13:43:52 +10:00
2026-01-14 11:45:12 +10:00