src/eric7/Documentation/Source/index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.html

branch
eric7
changeset 11139
cd22e8e705f4
parent 10996
a3dc181d14e1
diff -r 1f743bad6fd3 -r cd22e8e705f4 src/eric7/Documentation/Source/index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.html
--- a/src/eric7/Documentation/Source/index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.html	Sun Feb 16 15:05:39 2025 +0100
+++ b/src/eric7/Documentation/Source/index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.html	Sun Feb 16 15:06:29 2025 +0100
@@ -64,6 +64,10 @@
 <td>Module implementing a check for insecure usage of tmp file/directory.</td>
 </tr>
 <tr>
+<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.hashlibInsecureFunctions.html">hashlibInsecureFunctions</a></td>
+<td>Module implementing a check for use of insecure md4, md5, or sha1 hash functions in hashlib.</td>
+</tr>
+<tr>
 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.html">injectionParamiko</a></td>
 <td>Module implementing a check for shell injection within Paramiko.</td>
 </tr>
@@ -80,10 +84,6 @@
 <td>Module implementing a check for use of wildcard injection.</td>
 </tr>
 <tr>
-<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureHashlibNew.html">insecureHashlibNew</a></td>
-<td>Module implementing a check for use of insecure md4, md5, or sha1 hash functions in hashlib.new().</td>
-</tr>
-<tr>
 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html">insecureSslTls</a></td>
 <td>Module implementing a check for use of SSL/TLS with insecure protocols.</td>
 </tr>

eric ide

mercurial