5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification</h1> |
9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a check for use of mako templates. |
11 Module implementing a check for use of mako templates. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 <tr><td>None</td></tr> |
21 <tr><td>None</td></tr> |
23 </table> |
22 </table> |
|
23 |
24 <h3>Functions</h3> |
24 <h3>Functions</h3> |
25 |
|
26 <table> |
25 <table> |
27 |
|
28 <tr> |
26 <tr> |
29 <td><a href="#checkSshNoHostKeyVerification">checkSshNoHostKeyVerification</a></td> |
27 <td><a href="#checkSshNoHostKeyVerification">checkSshNoHostKeyVerification</a></td> |
30 <td>Function to check for use of mako templates.</td> |
28 <td>Function to check for use of mako templates.</td> |
31 </tr> |
29 </tr> |
32 <tr> |
30 <tr> |
33 <td><a href="#getChecks">getChecks</a></td> |
31 <td><a href="#getChecks">getChecks</a></td> |
34 <td>Public method to get a dictionary with checks handled by this module.</td> |
32 <td>Public method to get a dictionary with checks handled by this module.</td> |
35 </tr> |
33 </tr> |
36 </table> |
34 </table> |
|
35 |
37 <hr /> |
36 <hr /> |
38 <hr /> |
37 <hr /> |
39 <a NAME="checkSshNoHostKeyVerification" ID="checkSshNoHostKeyVerification"></a> |
38 <a NAME="checkSshNoHostKeyVerification" ID="checkSshNoHostKeyVerification"></a> |
40 <h2>checkSshNoHostKeyVerification</h2> |
39 <h2>checkSshNoHostKeyVerification</h2> |
41 <b>checkSshNoHostKeyVerification</b>(<i>reportError, context, config</i>) |
40 <b>checkSshNoHostKeyVerification</b>(<i>reportError, context, config</i>) |
42 |
|
43 <p> |
41 <p> |
44 Function to check for use of mako templates. |
42 Function to check for use of mako templates. |
45 </p> |
43 </p> |
|
44 |
46 <dl> |
45 <dl> |
47 |
46 |
48 <dt><i>reportError</i> (func)</dt> |
47 <dt><i>reportError</i> (func)</dt> |
49 <dd> |
48 <dd> |
50 function to be used to report errors |
49 function to be used to report errors |