mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
a65a52d684
Problem: [security]: Code Injection in cucumber filetype plugin
(Christopher Lusk)
Solution: Use rubys Regexp.new() with the untrusted pattern
Github Security Advisory:
https://github.com/vim/vim/security/advisories/GHSA-4473-94jm-w5x9
Signed-off-by: Christian Brabandt <cb@256bit.org>