mirror of
https://github.com/github/codeql.git
synced 2026-03-03 22:33:42 +01:00
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
import python
|
|
import semmle.python.security.TaintTracking
|
|
|
|
import python
|
|
import semmle.python.security.SensitiveData
|
|
import semmle.python.security.Crypto
|
|
|
|
from TaintedNode n
|
|
select n.getTrackedValue(), n.getLocation(), n.getNode().getNode(), n.getContext()
|