From ca5fca29121a3c8757b5c4b3e35b8a4469bf4420 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 13 Feb 2025 18:17:21 +0100 Subject: 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. --- src/nvim/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nvim') 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) -- cgit