mirror of
https://github.com/neovim/neovim.git
synced 2026-07-24 18:00:46 +00:00
Problem: [security]: potential powershell code execution in zip.vim
(DDugs)
Solution: Cleanup zip.vim, introduce PSEscape() to escape() potential powershell code,
use consistent s:Escape() in the various PowerShell functions
Github Security Advisory:
https://github.com/vim/vim/security/advisories/GHSA-x5fg-h5w9-9frf
b2cc9be119
Co-authored-by: Christian Brabandt <cb@256bit.org>