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

branch
eric7
changeset 10479
856476537696
parent 10259
b51dfacef37f
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
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.certificateValidation</h1> 9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation</h1>
10
11 <p> 10 <p>
12 Module implementing checks for switched off certificate validation. 11 Module implementing checks for switched off certificate validation.
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="#checkNoCertificateValidation">checkNoCertificateValidation</a></td> 27 <td><a href="#checkNoCertificateValidation">checkNoCertificateValidation</a></td>
30 <td>Function to check for switched off certificate validation.</td> 28 <td>Function to check for switched off certificate validation.</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="checkNoCertificateValidation" ID="checkNoCertificateValidation"></a> 38 <a NAME="checkNoCertificateValidation" ID="checkNoCertificateValidation"></a>
40 <h2>checkNoCertificateValidation</h2> 39 <h2>checkNoCertificateValidation</h2>
41 <b>checkNoCertificateValidation</b>(<i>reportError, context, config</i>) 40 <b>checkNoCertificateValidation</b>(<i>reportError, context, config</i>)
42
43 <p> 41 <p>
44 Function to check for switched off certificate validation. 42 Function to check for switched off certificate validation.
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
62 <hr /> 61 <hr />
63 <hr /> 62 <hr />
64 <a NAME="getChecks" ID="getChecks"></a> 63 <a NAME="getChecks" ID="getChecks"></a>
65 <h2>getChecks</h2> 64 <h2>getChecks</h2>
66 <b>getChecks</b>(<i></i>) 65 <b>getChecks</b>(<i></i>)
67
68 <p> 66 <p>
69 Public method to get a dictionary with checks handled by this module. 67 Public method to get a dictionary with checks handled by this module.
70 </p> 68 </p>
69
71 <dl> 70 <dl>
72 <dt>Return:</dt> 71 <dt>Return:</dt>
73 <dd> 72 <dd>
74 dictionary containing checker lists containing checker function and 73 dictionary containing checker lists containing checker function and
75 list of codes 74 list of codes

eric ide

mercurial