From df6cddf79543abd8f6504fc5a3e9ce0f5ab444b7 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Tue, 11 Jun 2019 08:35:29 -0400 Subject: vim: Disable modeline because of CVE --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 42672a7..8504888 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -56,6 +56,11 @@ set grepprg=ag set mouse=a set nopaste +" Security issue with modelines +" https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md +set modelines=0 +set nomodeline + """"""""""""" " Options d'affichage """"""""""""" -- cgit v1.2.3-70-g09d2