mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Remove DummySource
This commit is contained in:
@@ -138,15 +138,6 @@ class FlowConfFromUntrustedToTemplateExecutionCall extends TaintTracking::Config
|
||||
override predicate isSink(DataFlow::Node sink) { isSinkToTemplateExec(sink, _) }
|
||||
}
|
||||
|
||||
private class DummySource extends UntrustedFlowSource::Range {
|
||||
DummySource() {
|
||||
exists(Function fn, DataFlow::CallNode call | fn.hasQualifiedName(_, "source") |
|
||||
call = fn.getACall() and
|
||||
this = call.getResult()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if the provided `conversion` node flows into the provided `execSink`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user