Skip to content

Commit f561c45

Browse files
committed
Python: One more change from code review
1 parent 4d1b49a commit f561c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ This query shows a data flow configuration that uses all network input as data s
248248
.. code-block:: ql
249249
250250
import python
251-
import semmle.code.csharp.dataflow.flowsources.PublicCallableParameter
251+
import semmle.python.dataflow.new.RemoteFlowSources
252252
253253
class MyDataFlowConfiguration extends DataFlow::Configuration {
254254
MyDataFlowConfiguration() {

0 commit comments

Comments
 (0)