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

branch
eric7
changeset 11136
437db2f032fd
parent 11090
f5f5f5803935
equal deleted inserted replaced
11135:5af56f31c53f 11136:437db2f032fd
9 9
10 SecurityDefaults = { 10 SecurityDefaults = {
11 # generalHardcodedTmp.py 11 # generalHardcodedTmp.py
12 "hardcoded_tmp_directories": ["/tmp", "/var/tmp", "/dev/shm", "~/tmp"], 12 "hardcoded_tmp_directories": ["/tmp", "/var/tmp", "/dev/shm", "~/tmp"],
13 # secok 13 # secok
14 # insecureHashlibNew.py 14 # hashlibInsecureFunctions.py
15 "insecure_hashes": ["md4", "md5", "sha", "sha1"], 15 "insecure_hashes": ["md4", "md5", "sha", "sha1"],
16 # injectionShell.py 16 # injectionShell.py
17 # injectionWildcard.py 17 # injectionWildcard.py
18 "shell_injection_subprocess": [ 18 "shell_injection_subprocess": [
19 "subprocess.Popen", 19 "subprocess.Popen",

eric ide

mercurial