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

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

eric ide

mercurial