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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10479
856476537696
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
33 <td><a href="#checkInsecureSslProtocolVersion">checkInsecureSslProtocolVersion</a></td> 33 <td><a href="#checkInsecureSslProtocolVersion">checkInsecureSslProtocolVersion</a></td>
34 <td>Function to check for use of insecure SSL protocol version.</td> 34 <td>Function to check for use of insecure SSL protocol version.</td>
35 </tr> 35 </tr>
36 <tr> 36 <tr>
37 <td><a href="#checkSslWithoutVersion">checkSslWithoutVersion</a></td> 37 <td><a href="#checkSslWithoutVersion">checkSslWithoutVersion</a></td>
38 <td></td> 38 <td>Function to check for SSL use with no version specified.</td>
39 </tr> 39 </tr>
40 <tr> 40 <tr>
41 <td><a href="#getChecks">getChecks</a></td> 41 <td><a href="#getChecks">getChecks</a></td>
42 <td>Public method to get a dictionary with checks handled by this module.</td> 42 <td>Public method to get a dictionary with checks handled by this module.</td>
43 </tr> 43 </tr>
96 <hr /> 96 <hr />
97 <a NAME="checkSslWithoutVersion" ID="checkSslWithoutVersion"></a> 97 <a NAME="checkSslWithoutVersion" ID="checkSslWithoutVersion"></a>
98 <h2>checkSslWithoutVersion</h2> 98 <h2>checkSslWithoutVersion</h2>
99 <b>checkSslWithoutVersion</b>(<i>reportError, context, config</i>) 99 <b>checkSslWithoutVersion</b>(<i>reportError, context, config</i>)
100 100
101 <p>
102 Function to check for SSL use with no version specified.
103 </p>
104 <dl>
105
106 <dt><i>reportError</i> (func)</dt>
107 <dd>
108 function to be used to report errors
109 </dd>
110 <dt><i>context</i> (SecurityContext)</dt>
111 <dd>
112 security context object
113 </dd>
114 <dt><i>config</i> (dict)</dt>
115 <dd>
116 dictionary with configuration data
117 </dd>
118 </dl>
101 <div align="right"><a href="#top">Up</a></div> 119 <div align="right"><a href="#top">Up</a></div>
102 <hr /> 120 <hr />
103 <hr /> 121 <hr />
104 <a NAME="getChecks" ID="getChecks"></a> 122 <a NAME="getChecks" ID="getChecks"></a>
105 <h2>getChecks</h2> 123 <h2>getChecks</h2>

eric ide

mercurial