mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
8af0f098c3
Problem: [security]: runtime(netrw): code injection via mf command
(Christopher Lusk, Zdenek Dohnal)
Solution: Do not use string concatenation inside the filter() commands
(Zdenek Dohnal)
Github Security Advisory:
https://github.com/vim/vim/security/advisories/GHSA-66hr-7p6x-x5j3
Signed-off-by: Christian Brabandt <cb@256bit.org>