Skip to content

Commit 3db5601

Browse files
authored
Merge pull request #16169 from RasmusWL/mad-remoteflowsource
Python: Fix `RemoteFlowSourceFromCsv`
2 parents 59936c8 + 4fed3cf commit 3db5601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private import semmle.python.dataflow.new.FlowSummary
2222
/**
2323
* A remote flow source originating from a CSV source row.
2424
*/
25-
private class RemoteFlowSourceFromCsv extends RemoteFlowSource {
25+
private class RemoteFlowSourceFromCsv extends RemoteFlowSource::Range {
2626
RemoteFlowSourceFromCsv() { this = ModelOutput::getASourceNode("remote").asSource() }
2727

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

0 commit comments

Comments
 (0)