diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.html Sat Apr 20 18:02:35 2024 +0200 @@ -41,7 +41,7 @@ <hr /> <a NAME="checkInsecureVersion" ID="checkInsecureVersion"></a> <h2>checkInsecureVersion</h2> -<b>checkInsecureVersion</b>(<i>reportError, context, config</i>) +<b>checkInsecureVersion</b>(<i>reportError, context, _config</i>) <p> Function to check for the use of insecure SNMP version like v1, v2c. @@ -57,9 +57,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> @@ -67,7 +67,7 @@ <hr /> <a NAME="checkWeakCryptography" ID="checkWeakCryptography"></a> <h2>checkWeakCryptography</h2> -<b>checkWeakCryptography</b>(<i>reportError, context, config</i>) +<b>checkWeakCryptography</b>(<i>reportError, context, _config</i>) <p> Function to check for the use of insecure SNMP cryptography (i.e. v3 using noAuthNoPriv). @@ -83,9 +83,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>