Files
codeql/python/ql/test/query-tests/Security/CWE-312-CleartextLogging/CleartextLogging.expected
2021-06-23 10:50:04 +02:00

8 lines
858 B
Plaintext

edges
| test.py:19:16:19:29 | a password | test.py:20:48:20:55 | a password |
| test.py:19:16:19:29 | a password | test.py:20:48:20:55 | a password |
#select
| test.py:20:48:20:55 | password | test.py:19:16:19:29 | a password | test.py:20:48:20:55 | a password | Sensitive data returned by $@ is logged here. | test.py:19:16:19:29 | get_password() | a call returning a password |
| test.py:34:30:34:39 | get_cert() | test.py:34:30:34:39 | a certificate or key | test.py:34:30:34:39 | a certificate or key | Sensitive data returned by $@ is logged here. | test.py:34:30:34:39 | get_cert() | a call returning a certificate or key |
| test.py:37:11:37:24 | get_password() | test.py:37:11:37:24 | a password | test.py:37:11:37:24 | a password | Sensitive data returned by $@ is logged here. | test.py:37:11:37:24 | get_password() | a call returning a password |