Delete redundant comments

This commit is contained in:
haby0
2022-03-15 15:25:08 +08:00
parent 4195eef9ba
commit e11c74c580

View File

@@ -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) {