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.
1 parent d7ff00e commit 092cfceCopy full SHA for 092cfce
python/ql/test/library-tests/frameworks/django-orm/dataflow-consistency.expected
@@ -0,0 +1,18 @@
1
+uniqueEnclosingCallable
2
+uniqueType
3
+uniqueNodeLocation
4
+missingLocation
5
+uniqueNodeToString
6
+missingToString
7
+parameterCallable
8
+localFlowIsLocal
9
+compatibleTypesReflexive
10
+unreachableNodeCCtx
11
+localCallNodes
12
+postIsNotPre
13
+postHasUniquePre
14
+uniquePostUpdate
15
+postIsInSameCallable
16
+reverseRead
17
+argHasPostUpdate
18
+postWithInFlow
python/ql/test/library-tests/frameworks/django-orm/dataflow-consistency.ql
@@ -0,0 +1,3 @@
+import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency
+// Needs to import Django modeling to get the extra data-flow steps enabled.
+import semmle.python.Frameworks
0 commit comments