Skip to content

Commit 4fed3cf

Browse files
committed
Python: Fix RemoteFlowSourceFromCsv
1 parent 2256c4c commit 4fed3cf

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)