Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RemoteFlowSources
1 parent f44cbf4 commit 01783acCopy full SHA for 01783ac
1 file changed
python/ql/src/semmle/python/dataflow/new/RemoteFlowSources.qll
@@ -1,3 +1,8 @@
1
+/**
2
+ * Provides an extension point for for modelling user-controlled data.
3
+ * Such data is often used as data-flow sources in security queries.
4
+ */
5
+
6
private import python
7
private import semmle.python.dataflow.new.DataFlow
8
// Need to import since frameworks can extend `RemoteFlowSource::Range`
0 commit comments