diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html Fri Oct 27 14:09:40 2023 +0200 @@ -27,15 +27,15 @@ <tr> <td><a href="#checkHardcodedPasswordAsDefault">checkHardcodedPasswordAsDefault</a></td> -<td></td> +<td>Function to check for use of hard-coded password argument defaults.</td> </tr> <tr> <td><a href="#checkHardcodedPasswordAsFunctionArg">checkHardcodedPasswordAsFunctionArg</a></td> -<td></td> +<td>Function to check for use of hard-coded password function arguments.</td> </tr> <tr> <td><a href="#checkHardcodedPasswordAsString">checkHardcodedPasswordAsString</a></td> -<td></td> +<td>Function to check for use of hardcoded password strings.</td> </tr> <tr> <td><a href="#getChecks">getChecks</a></td> @@ -48,6 +48,24 @@ <h2>checkHardcodedPasswordAsDefault</h2> <b>checkHardcodedPasswordAsDefault</b>(<i>reportError, context, config</i>) +<p> + Function to check for use of hard-coded password argument defaults. +</p> +<dl> + +<dt><i>reportError</i> (func)</dt> +<dd> +function to be used to report errors +</dd> +<dt><i>context</i> (SecurityContext)</dt> +<dd> +security context object +</dd> +<dt><i>config</i> (dict)</dt> +<dd> +dictionary with configuration data +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -55,6 +73,24 @@ <h2>checkHardcodedPasswordAsFunctionArg</h2> <b>checkHardcodedPasswordAsFunctionArg</b>(<i>reportError, context, config</i>) +<p> + Function to check for use of hard-coded password function arguments. +</p> +<dl> + +<dt><i>reportError</i> (func)</dt> +<dd> +function to be used to report errors +</dd> +<dt><i>context</i> (SecurityContext)</dt> +<dd> +security context object +</dd> +<dt><i>config</i> (dict)</dt> +<dd> +dictionary with configuration data +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -62,6 +98,24 @@ <h2>checkHardcodedPasswordAsString</h2> <b>checkHardcodedPasswordAsString</b>(<i>reportError, context, config</i>) +<p> + Function to check for use of hardcoded password strings. +</p> +<dl> + +<dt><i>reportError</i> (func)</dt> +<dd> +function to be used to report errors +</dd> +<dt><i>context</i> (SecurityContext)</dt> +<dd> +security context object +</dd> +<dt><i>config</i> (dict)</dt> +<dd> +dictionary with configuration data +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />