Why has not vim been updated?

https://nvd.nist.gov/vuln/detail/CVE-2019-12735
https://github.com/numirias/security/bl ... -neovim.md
-.-
Check if you have modelines enabled by opening vim and entering
:set modeline?
If vim returns nomodeline, you are not vulnerable. If you are vulnerable or want to ensure your security with this issue, add these lines to your vimrc:
set modelines=0
set nomodeline
-.-
Saludos.