diff options
author | dundargoc <gocdundar@gmail.com> | 2025-02-13 18:17:21 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-02-14 13:10:11 +0100 |
commit | ca5fca29121a3c8757b5c4b3e35b8a4469bf4420 (patch) | |
tree | f766957de1789eb017483471f4b4959cfa6df5a6 /src | |
parent | f247402010d92aa4dc90cc979e33ea6e47f49ee6 (diff) | |
download | rneovim-ca5fca29121a3c8757b5c4b3e35b8a4469bf4420.tar.gz rneovim-ca5fca29121a3c8757b5c4b3e35b8a4469bf4420.tar.bz2 rneovim-ca5fca29121a3c8757b5c4b3e35b8a4469bf4420.zip |
build(windows)!: drop cat and tee executables from windows
The legitimacy of the binaries can't be guaranteed and poses a security
risk. A replacement version of these may be introduced in the future in
a more secure manner.
Closes https://github.com/neovim/neovim/issues/32431.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 6e27e39f9a..111a6567ec 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -770,8 +770,6 @@ if(WIN32) set(EXTERNAL_BLOBS_SCRIPT "file(MAKE_DIRECTORY \"${PROJECT_BINARY_DIR}/windows_runtime_deps/platforms\")") foreach(DEP_FILE IN ITEMS - cat.exe - tee.exe win32yank.exe xxd.exe) get_filename_component(DEP_FILE_DIR ${DEP_FILE} DIRECTORY) |