lint fehler behoben
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 10m21s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped

This commit is contained in:
Torsten Schulz (local)
2026-08-12 12:03:29 +02:00
parent 9889430109
commit 0475e3084d
3 changed files with 17 additions and 20 deletions

View File

@@ -42,8 +42,6 @@ export default defineEventHandler(async (event) => {
})
}
// nosemgrep: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal
const dataDir = getServerDataPath('membership-applications')
// nosemgrep: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal
const filePath = getServerDataPath('membership-applications', `${id}.json`)