mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
adjust the source-type for remote-flow from MaD
This commit is contained in:
@@ -24,7 +24,7 @@ private import semmle.python.dataflow.new.TaintTracking
|
||||
private class RemoteFlowSourceFromCsv extends RemoteFlowSource {
|
||||
RemoteFlowSourceFromCsv() { this = ModelOutput::getASourceNode("remote").getAnImmediateUse() }
|
||||
|
||||
override string getSourceType() { result = "Remote flow" }
|
||||
override string getSourceType() { result = "Remote flow (from model)" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user