eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py

changeset 7628
f904d0eef264
parent 7622
384e2aa5c073
child 7923
91e843545d9a
equal deleted inserted replaced
7626:7f643d41464e 7628:f904d0eef264
362 "Potential XSS on 'mark_safe()' function."), 362 "Potential XSS on 'mark_safe()' function."),
363 363
364 # hardcoded AWS passwords 364 # hardcoded AWS passwords
365 "S801": QCoreApplication.translate( 365 "S801": QCoreApplication.translate(
366 "Security", 366 "Security",
367 "Possible hardcoded AWS access key ID: {0:r}"), 367 "Possible hardcoded AWS access key ID: {0}"),
368 "S802": QCoreApplication.translate( 368 "S802": QCoreApplication.translate(
369 "Security", 369 "Security",
370 "Possible hardcoded AWS secret access key: {0:r}"), 370 "Possible hardcoded AWS secret access key: {0}"),
371 371
372 # Syntax error 372 # Syntax error
373 "S999": QCoreApplication.translate( 373 "S999": QCoreApplication.translate(
374 "Security", 374 "Security",
375 "{0}: {1}"), 375 "{0}: {1}"),
408 408
409 "S505": ["RSA", 2048], 409 "S505": ["RSA", 2048],
410 410
411 "S609": ["os.system"], 411 "S609": ["os.system"],
412 412
413 "S801": ["A1B2C3D4E5F6G7H8I9J0"], 413 "S801": ["A1B2C3D4E5F6G7H8I9J0"], # secok
414 "S802": ["aA1bB2cC3dD4/eE5fF6gG7+hH8iI9jJ0=kKlLM+="], 414 "S802": ["aA1bB2cC3dD4/eE5fF6gG7+hH8iI9jJ0=kKlLM+="], # secok
415 415
416 "S999": ["SyntaxError", "Invalid Syntax"], 416 "S999": ["SyntaxError", "Invalid Syntax"],
417 } 417 }

eric ide

mercurial