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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10479
856476537696
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
25 25
26 <table> 26 <table>
27 27
28 <tr> 28 <tr>
29 <td><a href="#checkHardcodedAwsKey">checkHardcodedAwsKey</a></td> 29 <td><a href="#checkHardcodedAwsKey">checkHardcodedAwsKey</a></td>
30 <td></td> 30 <td>Function to check for potentially hardcoded AWS passwords.</td>
31 </tr> 31 </tr>
32 <tr> 32 <tr>
33 <td><a href="#getChecks">getChecks</a></td> 33 <td><a href="#getChecks">getChecks</a></td>
34 <td>Public method to get a dictionary with checks handled by this module.</td> 34 <td>Public method to get a dictionary with checks handled by this module.</td>
35 </tr> 35 </tr>
42 <hr /> 42 <hr />
43 <a NAME="checkHardcodedAwsKey" ID="checkHardcodedAwsKey"></a> 43 <a NAME="checkHardcodedAwsKey" ID="checkHardcodedAwsKey"></a>
44 <h2>checkHardcodedAwsKey</h2> 44 <h2>checkHardcodedAwsKey</h2>
45 <b>checkHardcodedAwsKey</b>(<i>reportError, context, config</i>) 45 <b>checkHardcodedAwsKey</b>(<i>reportError, context, config</i>)
46 46
47 <p>
48 Function to check for potentially hardcoded AWS passwords.
49 </p>
50 <dl>
51
52 <dt><i>reportError</i> (func)</dt>
53 <dd>
54 function to be used to report errors
55 </dd>
56 <dt><i>context</i> (SecurityContext)</dt>
57 <dd>
58 security context object
59 </dd>
60 <dt><i>config</i> (dict)</dt>
61 <dd>
62 dictionary with configuration data
63 </dd>
64 </dl>
47 <div align="right"><a href="#top">Up</a></div> 65 <div align="right"><a href="#top">Up</a></div>
48 <hr /> 66 <hr />
49 <hr /> 67 <hr />
50 <a NAME="getChecks" ID="getChecks"></a> 68 <a NAME="getChecks" ID="getChecks"></a>
51 <h2>getChecks</h2> 69 <h2>getChecks</h2>

eric ide

mercurial