|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security</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</h1> |
|
23 |
|
24 <p> |
|
25 Package implementing the security checker. |
|
26 </p> |
|
27 |
|
28 <h3>Packages</h3> |
|
29 <table> |
|
30 |
|
31 <tr> |
|
32 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.html">Checks</a></td> |
|
33 <td>Package containing the various security checker modules.</td> |
|
34 </tr> |
|
35 </table> |
|
36 |
|
37 <h3>Modules</h3> |
|
38 <table> |
|
39 |
|
40 <tr> |
|
41 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker.html">SecurityChecker</a></td> |
|
42 <td>Module implementing the security checker.</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityContext.html">SecurityContext</a></td> |
|
46 <td>Module implementing a context class for security related checks.</td> |
|
47 </tr> |
|
48 <tr> |
|
49 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityDefaults.html">SecurityDefaults</a></td> |
|
50 <td>Module implementing the default values for some check modules.</td> |
|
51 </tr> |
|
52 <tr> |
|
53 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityNodeVisitor.html">SecurityNodeVisitor</a></td> |
|
54 <td>Module implementing an AST node visitor for security checks.</td> |
|
55 </tr> |
|
56 <tr> |
|
57 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html">SecurityUtils</a></td> |
|
58 <td>Module implementing utility functions used by the security checks.</td> |
|
59 </tr> |
|
60 <tr> |
|
61 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.translations.html">translations</a></td> |
|
62 <td>Module implementing message translations for the code style plugin messages (security part).</td> |
|
63 </tr> |
|
64 </table> |
|
65 </body></html> |