Basically, GIT version need to be updated in order for us to enable auto update of Mod Security – OWASP3 rules.
[root@localhost ~]# cd /usr/local/src
[root@localhost ~]# wget https://www.kernel.org/pub/software/scm/git/git-2.15.0.tar.gz
[root@localhost ~]# tar xvf git-2.15.0.tar.gz
[root@localhost ~]# cd git-2.15.0
[root@localhost ~]# ./configure
[root@localhost ~]# make && make install
Log out and re-login to the server, verify the git version with following command,
[root@localhost ~]# git --version
git version 2.14.3