--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py Sun Jan 14 13:02:05 2024 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py Tue Jan 16 14:18:52 2024 +0100 @@ -39,7 +39,7 @@ "S112", # flask app "S201", - # insecure function calls (blacklisted) + # insecure function calls (prohibited) "S301", "S302", "S303", @@ -66,7 +66,7 @@ "S324", # hashlib.new "S331", - # insecure imports (blacklisted) + # insecure imports (prohibited) "S401", "S402", "S403",