Skip to content

Commit

Permalink
Merge pull request #16169 from RasmusWL/mad-remoteflowsource
Browse files Browse the repository at this point in the history
Python: Fix `RemoteFlowSourceFromCsv`
  • Loading branch information
RasmusWL authored Apr 10, 2024
2 parents 59936c8 + 4fed3cf commit 3db5601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private import semmle.python.dataflow.new.FlowSummary
/**
* A remote flow source originating from a CSV source row.
*/
private class RemoteFlowSourceFromCsv extends RemoteFlowSource {
private class RemoteFlowSourceFromCsv extends RemoteFlowSource::Range {
RemoteFlowSourceFromCsv() { this = ModelOutput::getASourceNode("remote").asSource() }

override string getSourceType() { result = "Remote flow (from model)" }
Expand Down

0 comments on commit 3db5601

Please sign in to comment.