Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bbd46 commit 072ad8fCopy full SHA for 072ad8f
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/data/ModelsAsData.qll
@@ -31,5 +31,5 @@ private import codeql.ruby.dataflow.RemoteFlowSources
31
private class RemoteFlowSourceFromCsv extends RemoteFlowSource::Range {
32
RemoteFlowSourceFromCsv() { this = ModelOutput::getASourceNode("remote").getAnImmediateUse() }
33
34
- override string getSourceType() { result = "Remote flow" }
+ override string getSourceType() { result = "Remote flow (from model)" }
35
}
0 commit comments