The vulnerability of the “git clone” function in a distributed version control system like Git allows a perpetrator to execute arbitrary code.
The vulnerability of the “git clone” function in a distributed version control system like Git is related to the improper handling of the recursive “git clone” command applied to a supersource project where the .gitmodules file contains an field with a URL starting with the symbol “-”. Exploiting...