We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RemoteFlowSourceFromCsv
1 parent 2256c4c commit 4fed3cfCopy full SHA for 4fed3cf
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