--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.html Fri Oct 27 14:09:40 2023 +0200 @@ -27,11 +27,11 @@ <tr> <td><a href="#checkInsecureVersion">checkInsecureVersion</a></td> -<td></td> +<td>Function to check for the use of insecure SNMP version like v1, v2c.</td> </tr> <tr> <td><a href="#checkWeakCryptography">checkWeakCryptography</a></td> -<td></td> +<td>Function to check for the use of insecure SNMP cryptography (i.e.</td> </tr> <tr> <td><a href="#getChecks">getChecks</a></td> @@ -44,6 +44,25 @@ <h2>checkInsecureVersion</h2> <b>checkInsecureVersion</b>(<i>reportError, context, config</i>) +<p> + Function to check for the use of insecure SNMP version like + v1, v2c. +</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 /> @@ -51,6 +70,25 @@ <h2>checkWeakCryptography</h2> <b>checkWeakCryptography</b>(<i>reportError, context, config</i>) +<p> + Function to check for the use of insecure SNMP cryptography + (i.e. v3 using noAuthNoPriv). +</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 />