We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4195eef commit e11c74cCopy full SHA for e11c74c
python/ql/src/experimental/semmle/python/security/injection/CsvInjection.qll
@@ -12,10 +12,6 @@ class CsvInjectionFlowConfig extends TaintTracking::Configuration {
12
13
override predicate isSource(DataFlow::Node source) {
14
source instanceof RemoteFlowSource
15
- // exists(DataFlow::CallCfgNode ccn |
16
- // ccn.getFunction().asCfgNode().(NameNode).getId() = "flag" and
17
- // ccn.getArg(_) = source
18
- // )
19
}
20
21
override predicate isSink(DataFlow::Node sink) {
0 commit comments