eric7/Documentation/Source/index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks</h1>
23
24 <p>
25 Package containing the various security checker modules.
26 </p>
27
28
29 <h3>Modules</h3>
30 <table>
31
32 <tr>
33 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.__init__.html">Checks</a></td>
34 <td>Package containing the various security checker modules.</td>
35 </tr>
36 <tr>
37 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.html">assert</a></td>
38 <td>Module implementing a check for the use of 'assert'.</td>
39 </tr>
40 <tr>
41 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.html">awsHardcodedPassword</a></td>
42 <td>Module implementing checks for potentially hardcoded AWS passwords.</td>
43 </tr>
44 <tr>
45 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.blackListCalls.html">blackListCalls</a></td>
46 <td>Module implementing checks for blacklisted methods and functions.</td>
47 </tr>
48 <tr>
49 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.blackListImports.html">blackListImports</a></td>
50 <td>Module implementing checks for blacklisted imports.</td>
51 </tr>
52 <tr>
53 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation.html">certificateValidation</a></td>
54 <td>Module implementing checks for switched off certificate validation.</td>
55 </tr>
56 <tr>
57 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.html">djangoSqlInjection</a></td>
58 <td>Module implementing checks for potential SQL injections risks.</td>
59 </tr>
60 <tr>
61 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html">djangoXssVulnerability</a></td>
62 <td>Module implementing checks for potential XSS vulnerability.</td>
63 </tr>
64 <tr>
65 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.exec.html">exec</a></td>
66 <td>Module implementing a check for the use of 'exec'.</td>
67 </tr>
68 <tr>
69 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html">flaskDebug</a></td>
70 <td>Module implementing checks for running a flask application with enabled debug.</td>
71 </tr>
72 <tr>
73 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalBindAllInterfaces.html">generalBindAllInterfaces</a></td>
74 <td>Module implementing a check for binding to all interfaces.</td>
75 </tr>
76 <tr>
77 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions.html">generalFilePermissions</a></td>
78 <td>Module implementing a check for setting too permissive file permissions.</td>
79 </tr>
80 <tr>
81 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html">generalHardcodedPassword</a></td>
82 <td>Module implementing checks for potentially hardcoded passwords.</td>
83 </tr>
84 <tr>
85 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedTmp.html">generalHardcodedTmp</a></td>
86 <td>Module implementing a check for insecure usage of tmp file/directory.</td>
87 </tr>
88 <tr>
89 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.html">injectionParamiko</a></td>
90 <td>Module implementing a check for shell injection within Paramiko.</td>
91 </tr>
92 <tr>
93 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell.html">injectionShell</a></td>
94 <td>Module implementing a check for shell injection.</td>
95 </tr>
96 <tr>
97 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.html">injectionSql</a></td>
98 <td>Module implementing a check for SQL injection.</td>
99 </tr>
100 <tr>
101 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionWildcard.html">injectionWildcard</a></td>
102 <td>Module implementing a check for use of wildcard injection.</td>
103 </tr>
104 <tr>
105 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureHashlibNew.html">insecureHashlibNew</a></td>
106 <td>Module implementing a check for use of insecure md4, md5, or sha1 hash functions in hashlib.new().</td>
107 </tr>
108 <tr>
109 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html">insecureSslTls</a></td>
110 <td>Module implementing a check for use of SSL/TLS with insecure protocols.</td>
111 </tr>
112 <tr>
113 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.jinja2Templates.html">jinja2Templates</a></td>
114 <td>Module implementing a check for not auto escaping in jinja2.</td>
115 </tr>
116 <tr>
117 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.html">makoTemplates</a></td>
118 <td>Module implementing a check for use of mako templates.</td>
119 </tr>
120 <tr>
121 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.html">sshNoHostKeyVerification</a></td>
122 <td>Module implementing a check for use of mako templates.</td>
123 </tr>
124 <tr>
125 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tryExcept.html">tryExcept</a></td>
126 <td>Module implementing checks for insecure except blocks.</td>
127 </tr>
128 <tr>
129 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html">weakCryptographicKey</a></td>
130 <td>Module implementing checks for weak cryptographic key use.</td>
131 </tr>
132 <tr>
133 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.html">yamlLoad</a></td>
134 <td>Module implementing checks for the use of yaml load functions.</td>
135 </tr>
136 </table>
137 </body></html>

eric ide

mercurial