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", |