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

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9325
8157eb19aba5
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
204 "S331": QCoreApplication.translate( 204 "S331": QCoreApplication.translate(
205 "Security", "Use of insecure {0} hash function." 205 "Security", "Use of insecure {0} hash function."
206 ), 206 ),
207 "S332": QCoreApplication.translate( 207 "S332": QCoreApplication.translate(
208 "Security", 208 "Security",
209 "Use of insecure {0} hash for security. Consider" " 'usedforsecurity=False'.", 209 "Use of insecure {0} hash for security. Consider 'usedforsecurity=False'.",
210 ), 210 ),
211 # blacklisted imports 211 # blacklisted imports
212 "S401": QCoreApplication.translate( 212 "S401": QCoreApplication.translate(
213 "Security", 213 "Security",
214 "A telnet-related module is being imported. Telnet is considered" 214 "A telnet-related module is being imported. Telnet is considered"

eric ide

mercurial