Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d6328 commit e721094Copy full SHA for e721094
1 file changed
python/ql/lib/semmle/python/dataflow/old/TaintTracking.qll
@@ -610,18 +610,6 @@ module DataFlow {
610
*/
611
class Extension = DataFlowExtension::DataFlowNode;
612
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
622
623
624
625
private newtype TDataFlowNode =
626
TEssaNode(EssaVariable var) or
627
TCfgNode(ControlFlowNode node)
0 commit comments