--- a/src/eric7/Documentation/Source/index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.html Mon Oct 21 16:21:24 2024 +0200 +++ b/src/eric7/Documentation/Source/index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.html Mon Oct 21 19:31:11 2024 +0200 @@ -108,8 +108,12 @@ <td>Module implementing checks for prohibited imports.</td> </tr> <tr> +<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.pytorchLoadSave.html">pytorchLoadSave</a></td> +<td>Module implementing checks for the use of 'torch.load' and 'torch.save'.</td> +</tr> +<tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.requestWithoutTimeout.html">requestWithoutTimeout</a></td> -<td>Module implementing checks for using requests without timeout.</td> +<td>Module implementing checks for using 'requests' or 'httpx' calls without timeout.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.html">snmpSecurity</a></td> @@ -124,6 +128,10 @@ <td>Module implementing checks for insecure use of 'tarfile.extracall()'.</td> </tr> <tr> +<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.trojanSource.html">trojanSource</a></td> +<td>Module implementing checks for the presence of unicode bidirectional control characters in Python source files.</td> +</tr> +<tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tryExcept.html">tryExcept</a></td> <td>Module implementing checks for insecure except blocks.</td> </tr>