Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created March 14, 2018 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/1da83249faacc0f58f7a798780665302 to your computer and use it in GitHub Desktop.
Save exarkun/1da83249faacc0f58f7a798780665302 to your computer and use it in GitHub Desktop.
>> Issue: [B603:subprocess_without_shell_equals_true] subprocess call - check for execution of untrusted input.
Severity: Low Confidence: High
Location: telepresence/container.py:173
172 docker_command += docker_args
173 p = Popen(docker_command)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment