project-nomad/admin/app/validators
LuisMIguelFurlanettoSousa 874daa816d fix(security): validar chave no endpoint de leitura de settings
O endpoint GET /api/system/settings aceitava qualquer string como
chave sem validação, enquanto o endpoint de escrita (PATCH) já
validava contra um enum de chaves permitidas.

Adiciona getSettingSchema com a mesma validação vine.enum(SETTINGS_KEYS)
para o endpoint de leitura, rejeitando chaves fora da lista permitida.

Ref #211
2026-03-24 06:45:59 -03:00
..
benchmark.ts feat: Add system benchmark feature with NOMAD Score 2026-01-22 21:48:12 -08:00
chat.ts feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
common.ts fix(security): narrow SSRF scope to allow RFC1918 LAN addresses 2026-03-11 14:08:09 -07:00
curated_collections.ts feat: curated content system overhaul 2026-02-11 15:44:46 -08:00
download.ts feat(Open WebUI): manage models via Command Center 2026-01-19 22:15:52 -08:00
ollama.ts feat(AI Assistant): improved state management and performance 2026-03-11 14:08:09 -07:00
rag.ts feat(RAG): allow deletion of files from KB 2026-03-04 20:05:14 -08:00
settings.ts fix(security): validar chave no endpoint de leitura de settings 2026-03-24 06:45:59 -03:00
system.ts feat: support for updating services 2026-03-11 14:08:09 -07:00
zim.ts feat: [wip] custom map and zim downloads 2025-12-02 08:25:09 -08:00