--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html Sat Apr 20 18:02:35 2024 +0200 @@ -46,7 +46,7 @@ <hr /> <a NAME="checkHardcodedPasswordAsDefault" ID="checkHardcodedPasswordAsDefault"></a> <h2>checkHardcodedPasswordAsDefault</h2> -<b>checkHardcodedPasswordAsDefault</b>(<i>reportError, context, config</i>) +<b>checkHardcodedPasswordAsDefault</b>(<i>reportError, context, _config</i>) <p> Function to check for use of hard-coded password argument defaults. </p> @@ -61,9 +61,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -71,7 +71,7 @@ <hr /> <a NAME="checkHardcodedPasswordAsFunctionArg" ID="checkHardcodedPasswordAsFunctionArg"></a> <h2>checkHardcodedPasswordAsFunctionArg</h2> -<b>checkHardcodedPasswordAsFunctionArg</b>(<i>reportError, context, config</i>) +<b>checkHardcodedPasswordAsFunctionArg</b>(<i>reportError, context, _config</i>) <p> Function to check for use of hard-coded password function arguments. </p> @@ -86,9 +86,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -96,7 +96,7 @@ <hr /> <a NAME="checkHardcodedPasswordAsString" ID="checkHardcodedPasswordAsString"></a> <h2>checkHardcodedPasswordAsString</h2> -<b>checkHardcodedPasswordAsString</b>(<i>reportError, context, config</i>) +<b>checkHardcodedPasswordAsString</b>(<i>reportError, context, _config</i>) <p> Function to check for use of hardcoded password strings. </p> @@ -111,9 +111,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>