File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
python/ql/lib/semmle/python/dataflow/old Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -610,18 +610,6 @@ module DataFlow {
610610 */
611611 class Extension = DataFlowExtension:: DataFlowNode ;
612612
613- deprecated private class ConfigurationAdapter extends TaintTracking:: Configuration instanceof Configuration {
614- override predicate isSource ( DataFlow:: Node node , TaintKind kind ) {
615- Configuration .super .isSource ( node .asCfgNode ( ) ) and
616- kind instanceof DataFlowType
617- }
618-
619- override predicate isSink ( DataFlow:: Node node , TaintKind kind ) {
620- Configuration .super .isSink ( node .asCfgNode ( ) ) and
621- kind instanceof DataFlowType
622- }
623- }
624-
625613 private newtype TDataFlowNode =
626614 TEssaNode ( EssaVariable var ) or
627615 TCfgNode ( ControlFlowNode node )
You can’t perform that action at this time.
0 commit comments