mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
CodeQL caught a path where we were passing in req.query.path to pathToFsPath, which may not have been a string. So we refactored some things to ensure we only pass it a string which also let us change the parameter type to string instead of string | string[]. |
||
|---|---|---|
| .. | ||
| browser | ||
| node | ||
| routes | ||
| test-plugin | ||
| cli.test.ts | ||
| constants.test.ts | ||
| emitter.test.ts | ||
| helpers.test.ts | ||
| http.test.ts | ||
| plugin.test.ts | ||
| proxy.test.ts | ||
| socket.test.ts | ||
| update.test.ts | ||
| util.test.ts | ||