Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
PATH=$PATH:.
The vulnerability is the same as including . in the [tt]PATH[/tt]. The only difference is, this applies to a single file, not all. But if a bad guy creates a nasty /tmp/goforit.bin script, if you will ever execute goForIt in the /tmp/ directory you get in trouble. The alias advice is good, but use absolute path.FlorianAwk said:alias goForIt="./goforit.bin"