--- 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",