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