Skip to content

Commit ead9781

Browse files
committed
adjust the source-type for remote-flow from MaD
1 parent 8ffc05c commit ead9781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/frameworks/data/ModelsAsData.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ private import semmle.python.dataflow.new.TaintTracking
2424
private class RemoteFlowSourceFromCsv extends RemoteFlowSource {
2525
RemoteFlowSourceFromCsv() { this = ModelOutput::getASourceNode("remote").getAnImmediateUse() }
2626

27-
override string getSourceType() { result = "Remote flow" }
27+
override string getSourceType() { result = "Remote flow (from model)" }
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)