comparison: src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py
- branch
- eric7
- changeset 11136
- 437db2f032fd
- parent 11090
- f5f5f5803935
- child 11142
- 2f0fb22c1d63
equal
deleted
inserted
replaced
56 "S315", |
56 "S315", |
57 "S316", |
57 "S316", |
58 "S317", |
58 "S317", |
59 "S318", |
59 "S318", |
60 "S319", |
60 "S319", |
61 "S320", |
|
62 "S321", |
61 "S321", |
63 "S322", |
|
64 "S323", |
62 "S323", |
65 # hashlib.new |
63 # hashlib functions |
66 "S331", |
64 "S331", |
|
65 "S332" |
67 # insecure imports (prohibited) |
66 # insecure imports (prohibited) |
68 "S401", |
67 "S401", |
69 "S402", |
68 "S402", |
70 "S403", |
69 "S403", |
71 "S404", |
70 "S404", |
72 "S405", |
71 "S405", |
73 "S406", |
72 "S406", |
74 "S407", |
73 "S407", |
75 "S408", |
74 "S408", |
76 "S409", |
75 "S409", |
77 "S410", |
|
78 "S411", |
76 "S411", |
79 "S412", |
77 "S412", |
80 "S413", |
78 "S413", |
81 # insecure certificate usage |
79 # insecure certificate usage |
82 "S501", |
80 "S501", |