comparison: src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py
- branch
- eric7
- changeset 10503
- 6a37b6ac3928
- parent 10439
- 21c28b0f9e41
- child 10507
- d1c6608155ef
equal
deleted
inserted
replaced
37 # try-except |
37 # try-except |
38 "S110", |
38 "S110", |
39 "S112", |
39 "S112", |
40 # flask app |
40 # flask app |
41 "S201", |
41 "S201", |
42 # insecure function calls (blacklisted) |
42 # insecure function calls (prohibited) |
43 "S301", |
43 "S301", |
44 "S302", |
44 "S302", |
45 "S303", |
45 "S303", |
46 "S304", |
46 "S304", |
47 "S305", |
47 "S305", |
64 "S322", |
64 "S322", |
65 "S323", |
65 "S323", |
66 "S324", |
66 "S324", |
67 # hashlib.new |
67 # hashlib.new |
68 "S331", |
68 "S331", |
69 # insecure imports (blacklisted) |
69 # insecure imports (prohibited) |
70 "S401", |
70 "S401", |
71 "S402", |
71 "S402", |
72 "S403", |
72 "S403", |
73 "S404", |
73 "S404", |
74 "S405", |
74 "S405", |