mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
deprecate SqlInjectionSink - it's not used anywhere
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import python
|
||||
import semmle.python.dataflow.TaintTracking
|
||||
|
||||
abstract class SqlInjectionSink extends TaintSink { }
|
||||
abstract deprecated class SqlInjectionSink extends TaintSink { }
|
||||
|
||||
Reference in New Issue
Block a user