src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py

branch
eric7
changeset 11136
437db2f032fd
parent 11090
f5f5f5803935
child 11142
2f0fb22c1d63
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py	Sun Feb 16 11:26:03 2025 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py	Sun Feb 16 12:10:10 2025 +0100
@@ -58,12 +58,11 @@
         "S317",
         "S318",
         "S319",
-        "S320",
         "S321",
-        "S322",
         "S323",
-        # hashlib.new
+        # hashlib functions
         "S331",
+        "S332"
         # insecure imports (prohibited)
         "S401",
         "S402",
@@ -74,7 +73,6 @@
         "S407",
         "S408",
         "S409",
-        "S410",
         "S411",
         "S412",
         "S413",

eric ide

mercurial