Skip to content

Commit e11c74c

Browse files
committed
Delete redundant comments
1 parent 4195eef commit e11c74c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/ql/src/experimental/semmle/python/security/injection/CsvInjection.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ class CsvInjectionFlowConfig extends TaintTracking::Configuration {
1212

1313
override predicate isSource(DataFlow::Node source) {
1414
source instanceof RemoteFlowSource
15-
// exists(DataFlow::CallCfgNode ccn |
16-
// ccn.getFunction().asCfgNode().(NameNode).getId() = "flag" and
17-
// ccn.getArg(_) = source
18-
// )
1915
}
2016

2117
override predicate isSink(DataFlow::Node sink) {

0 commit comments

Comments
 (0)