mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
|
|
import python
|
|
|
|
import semmle.python.security.SensitiveData
|
|
|
|
from SensitiveData::Source src
|
|
select src.getLocation(), src.repr()
|