FIX - resolve CodeQL security alerts (#16)

This commit is contained in:
DerEchteAlec
2026-08-20 17:26:26 +02:00
committed by GitHub
parent 5b5e9fe914
commit 9aec3eefef
5 changed files with 38 additions and 5 deletions
+1 -1
View File
@@ -4657,7 +4657,7 @@ app.post('/api/:endpoint', async (request, response, next) => {
if (endpoint === 'memos:devCapture') {
loggedBody.audioDataUrl = `<${String(request.body.audioDataUrl ?? '').length} characters>`
}
console.log(`[NUI] ${endpoint}`, loggedBody)
console.log('[NUI]', endpoint, loggedBody)
if (endpoint === 'music:bootstrap') {
response.json({ success: true, data: musicBootstrap() })
return