Skip to content

Commit

Permalink
Python: Fix RemoteFlowSourceFromCsv
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Apr 10, 2024
1 parent 2256c4c commit 4fed3cf
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 4fed3cf

Please sign in to comment.