eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityDefaults.py

changeset 7628
f904d0eef264
parent 7616
01d646569115
child 7923
91e843545d9a
equal deleted inserted replaced
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

eric ide

mercurial