Skip to content

Commit 6e001ec

Browse files
committed
deprecate SqlInjectionSink - it's not used anywhere
1 parent e463819 commit 6e001ec

File tree

1 file changed

+1
-1
lines changed
  • python/ql/lib/semmle/python/security

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import python
22
import semmle.python.dataflow.TaintTracking
33

4-
abstract class SqlInjectionSink extends TaintSink { }
4+
abstract deprecated class SqlInjectionSink extends TaintSink { }

0 commit comments

Comments
 (0)