7626:7f643d41464e | 7628:f904d0eef264 |
---|---|
8 """ | 8 """ |
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 | 14 |
14 # insecureHashlibNew.py | 15 # insecureHashlibNew.py |
15 "insecure_hashes": ['md4', 'md5', 'sha', 'sha1'], | 16 "insecure_hashes": ['md4', 'md5', 'sha', 'sha1'], |
16 | 17 |
17 # injectionShell.py | 18 # injectionShell.py |