mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02: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