5 ms·
It’s been known for decades that you should never put your current directory in your PATH. There are endless opportunities for vulnerabilities then. I learned t
by loumf 2mo ago
It’s been known for decades that you should never put your current directory in your PATH. There are endless opportunities for vulnerabilities then. I learned this in college in the 80’s (by not following it and getting owned).
- x3n0ph3n3 2mo agoYet PowerShell does it by default.
- julianz 2mo agoI don't think it does? > cd C:\Temp > copy "C:\Program Files\Git\bin\git.exe" .\fred.exe > fred fred: The term 'fred' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.