From e11c74c5804d7046491e9b333afa76fd354ac03a Mon Sep 17 00:00:00 2001 From: haby0 Date: Tue, 15 Mar 2022 15:25:08 +0800 Subject: [PATCH] Delete redundant comments --- .../semmle/python/security/injection/CsvInjection.qll | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/ql/src/experimental/semmle/python/security/injection/CsvInjection.qll b/python/ql/src/experimental/semmle/python/security/injection/CsvInjection.qll index ac2f0e0a2d7..6f8dae404fd 100644 --- a/python/ql/src/experimental/semmle/python/security/injection/CsvInjection.qll +++ b/python/ql/src/experimental/semmle/python/security/injection/CsvInjection.qll @@ -12,10 +12,6 @@ class CsvInjectionFlowConfig extends TaintTracking::Configuration { override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource - // exists(DataFlow::CallCfgNode ccn | - // ccn.getFunction().asCfgNode().(NameNode).getId() = "flag" and - // ccn.getArg(_) = source - // ) } override predicate isSink(DataFlow::Node sink) {