File tree 3 files changed +0
-5
lines changed
python/ql/lib/semmle/python
3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ module TaintTracking {
119
119
this .( TaintTrackingImplementation ) .hasFlowPath ( src , sink )
120
120
}
121
121
122
- /* Old query API */
123
- /* deprecated */
124
122
/* New query API */
125
123
predicate hasSimpleFlow ( DataFlow:: Node src , DataFlow:: Node sink ) {
126
124
exists ( PathSource psrc , PathSink psink |
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import semmle.python.dataflow.TaintTracking
2
2
private import semmle.python.objects.ObjectInternal
3
3
import semmle.python.dataflow.Implementation
4
4
5
- /* For backwards compatibility -- Use `TaintTrackingContext` instead. */
6
5
/* Backwards compatibility with config-less taint-tracking */
7
6
private class LegacyConfiguration extends TaintTracking:: Configuration {
8
7
LegacyConfiguration ( ) {
Original file line number Diff line number Diff line change @@ -494,8 +494,6 @@ private EssaVariable potential_input(EssaNodeRefinement ref) {
494
494
)
495
495
}
496
496
497
- /* For backwards compatibility */
498
- /* For backwards compatibility */
499
497
/** An assignment to a variable `v = val` */
500
498
class AssignmentDefinition extends EssaNodeDefinition {
501
499
AssignmentDefinition ( ) {
You can’t perform that action at this time.
0 commit comments