mirror of
https://github.com/github/codeql.git
synced 2026-05-28 10:01:25 +02:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
import python
|
|
import semmle.python.dataflow.TaintTracking
|
|
|
|
abstract class SqlInjectionSink extends TaintSink { }
|