mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Delete redundant comments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user