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

branch
eric7
changeset 10503
6a37b6ac3928
parent 10439
21c28b0f9e41
child 10507
d1c6608155ef
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py	Sun Jan 14 13:02:05 2024 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py	Tue Jan 16 14:18:52 2024 +0100
@@ -74,7 +74,7 @@
         "'tarfile.extractall()' used without any validation. Please check and"
         " discard dangerous members.",
     ),
-    # blacklisted calls
+    # prohibited calls
     "S301": QCoreApplication.translate(
         "Security",
         "Pickle and modules that wrap it can be unsafe when used to "
@@ -208,7 +208,7 @@
         "Security",
         "Use of insecure {0} hash for security. Consider 'usedforsecurity=False'.",
     ),
-    # blacklisted imports
+    # prohibited imports
     "S401": QCoreApplication.translate(
         "Security",
         "A telnet-related module is being imported.  Telnet is considered"

eric ide

mercurial