When VulnerableApp is run in docker container i.e. via VulnerableAppFacade (docker compose up), it throws ping not found error in Levels of Command Injection. Most probably this is becayse docker container is not having ping package installed. we need to fix this error.
When VulnerableApp is run in docker container i.e. via VulnerableAppFacade (docker compose up), it throws ping not found error in Levels of Command Injection. Most probably this is becayse docker container is not having ping package installed. we need to fix this error.