odsclient/keyring_cmds.py
3
S101:
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
92
assert
apikey
is
None
121
assert
apikey
==
gotapikey
124
assert
gotapikey
is
not
None
1
S404:
Consider possible security implications associated with call module.
5
from
subprocess
import
call
1
S603:
subprocess call - check for execution of untrusted input.
167
call
(
cmd
)