File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
python/ql/lib/semmle/python Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ module TaintTracking {
119119 this .( TaintTrackingImplementation ) .hasFlowPath ( src , sink )
120120 }
121121
122- /* Old query API */
123- /* deprecated */
124122 /* New query API */
125123 predicate hasSimpleFlow ( DataFlow:: Node src , DataFlow:: Node sink ) {
126124 exists ( PathSource psrc , PathSink psink |
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import semmle.python.dataflow.TaintTracking
22private import semmle.python.objects.ObjectInternal
33import semmle.python.dataflow.Implementation
44
5- /* For backwards compatibility -- Use `TaintTrackingContext` instead. */
65/* Backwards compatibility with config-less taint-tracking */
76private class LegacyConfiguration extends TaintTracking:: Configuration {
87 LegacyConfiguration ( ) {
Original file line number Diff line number Diff line change @@ -494,8 +494,6 @@ private EssaVariable potential_input(EssaNodeRefinement ref) {
494494 )
495495}
496496
497- /* For backwards compatibility */
498- /* For backwards compatibility */
499497/** An assignment to a variable `v = val` */
500498class AssignmentDefinition extends EssaNodeDefinition {
501499 AssignmentDefinition ( ) {
You can’t perform that action at this time.
0 commit comments