366 "Security", |
366 "Security", |
367 "Possible hardcoded AWS access key ID: {0}"), |
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}"), |
370 "Possible hardcoded AWS secret access key: {0}"), |
371 |
|
372 # Syntax error |
|
373 "S999": QCoreApplication.translate( |
|
374 "Security", |
|
375 "{0}: {1}"), |
|
376 } |
371 } |
377 |
372 |
378 _securityMessagesSampleArgs = { |
373 _securityMessagesSampleArgs = { |
379 "S103": ["0o777", "testfile.txt"], |
374 "S103": ["0o777", "testfile.txt"], |
380 "S105": ["password"], |
375 "S105": ["password"], |
410 |
405 |
411 "S609": ["os.system"], |
406 "S609": ["os.system"], |
412 |
407 |
413 "S801": ["A1B2C3D4E5F6G7H8I9J0"], # secok |
408 "S801": ["A1B2C3D4E5F6G7H8I9J0"], # secok |
414 "S802": ["aA1bB2cC3dD4/eE5fF6gG7+hH8iI9jJ0=kKlLM+="], # secok |
409 "S802": ["aA1bB2cC3dD4/eE5fF6gG7+hH8iI9jJ0=kKlLM+="], # secok |
415 |
|
416 "S999": ["SyntaxError", "Invalid Syntax"], |
|
417 } |
410 } |