src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityDefaults.py

branch
eric7
changeset 10638
12558008c269
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10637:98160fe3eb4d 10638:12558008c269
35 "popen2.popen4", 35 "popen2.popen4",
36 "popen2.Popen3", 36 "popen2.Popen3",
37 "popen2.Popen4", 37 "popen2.Popen4",
38 "commands.getoutput", 38 "commands.getoutput",
39 "commands.getstatusoutput", 39 "commands.getstatusoutput",
40 "subprocess.getoutput",
41 "subprocess.getstatusoutput",
40 ], 42 ],
41 # injectionShell.py 43 # injectionShell.py
42 "shell_injection_noshell": [ 44 "shell_injection_noshell": [
43 "os.execl", 45 "os.execl",
44 "os.execle", 46 "os.execle",

eric ide

mercurial