We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59936c8 + 4fed3cf commit 3db5601Copy full SHA for 3db5601
python/ql/lib/semmle/python/frameworks/data/ModelsAsData.qll
@@ -22,7 +22,7 @@ private import semmle.python.dataflow.new.FlowSummary
22
/**
23
* A remote flow source originating from a CSV source row.
24
*/
25
-private class RemoteFlowSourceFromCsv extends RemoteFlowSource {
+private class RemoteFlowSourceFromCsv extends RemoteFlowSource::Range {
26
RemoteFlowSourceFromCsv() { this = ModelOutput::getASourceNode("remote").asSource() }
27
28
override string getSourceType() { result = "Remote flow (from model)" }
0 commit comments