mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 20:38:18 +00:00

Problem: [security]: potential data loss with zip.vim and special
crafted zip files (RyotaK)
Solution: use glob '[-]' to protect filenames starting with '-'
Github Advisory:
https://github.com/vim/vim/security/advisories/GHSA-693p-m996-3rmf
f209dcd3de
Co-authored-by: Christian Brabandt <cb@256bit.org>