zed/crates/zed
Thorsten Ball f4a86e6fea
Always single-quote directory when cd'ing to get shell env (#9145)
This avoids us potentially executing code (if someone were to name their
directory `$(echo you-are-pwned > /secure-files)`, for example).

Works with zsh, bash, fish, nushell. Tested locally with all of them.

Release Notes:

- N/A
2024-03-10 13:53:24 +01:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Impl prompts and savefile dialog on Windows (#9009) 2024-03-08 08:14:47 -08:00
src Always single-quote directory when cd'ing to get shell env (#9145) 2024-03-10 13:53:24 +01:00
build.rs Remove todo! comments (#8981) 2024-03-06 18:25:20 -08:00
Cargo.toml Add rs-notify implementation of fs::watch (#9040) 2024-03-08 22:18:44 -08:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
RELEASE_CHANNEL Put release channel back to dev 2023-11-17 14:31:49 -08:00