mirror of
https://github.com/neovim/neovim.git
synced 2026-07-25 02:10:45 +00:00
Problem: [security]: runtime(tar): command injection in tar plugin
(Christopher Lusk)
Solution: Use the correct shellescape(args, 1) form for a :! command
Github Advisory:
https://github.com/vim/vim/security/advisories/GHSA-2fpv-9ff7-xg5w
3fb5e58fbc
Co-authored-by: Christian Brabandt <cb@256bit.org>