Files
codeql/python/ql/lib/semmle/python/security/SQL.qll
Andrew Eisenberg 3660c64328 Packaging: Rafactor Python core libraries
Extract the external facing `qll` files into the codeql/python-all
query pack.
2021-08-24 13:23:45 -07:00

5 lines
113 B
Plaintext

import python
import semmle.python.dataflow.TaintTracking
abstract class SqlInjectionSink extends TaintSink { }