Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 072ad8f

Browse files
committed
Ruby: add (from model) to remote flow description
1 parent 37bbd46 commit 072ad8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/ql/lib/codeql/ruby/frameworks/data/ModelsAsData.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ private import codeql.ruby.dataflow.RemoteFlowSources
3131
private class RemoteFlowSourceFromCsv extends RemoteFlowSource::Range {
3232
RemoteFlowSourceFromCsv() { this = ModelOutput::getASourceNode("remote").getAnImmediateUse() }
3333

34-
override string getSourceType() { result = "Remote flow" }
34+
override string getSourceType() { result = "Remote flow (from model)" }
3535
}

0 commit comments

Comments
 (0)