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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
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>Function to check for potentially hardcoded AWS passwords.</td> 30 <td></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>
65 <div align="right"><a href="#top">Up</a></div> 47 <div align="right"><a href="#top">Up</a></div>
66 <hr /> 48 <hr />
67 <hr /> 49 <hr />
68 <a NAME="getChecks" ID="getChecks"></a> 50 <a NAME="getChecks" ID="getChecks"></a>
69 <h2>getChecks</h2> 51 <h2>getChecks</h2>

eric ide

mercurial