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