We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5221a commit c57c798Copy full SHA for c57c798
python/ql/src/experimental/semmle/python/frameworks/Django.qll
@@ -319,6 +319,8 @@ private module Django {
319
/**
320
* A call to the `annotate` function on a model using a `RawSQL` argument.
321
*
322
+ * TODO: Consider reworking this to use taint tracking.
323
+ *
324
* See https://docs.djangoproject.com/en/3.1/ref/models/querysets/#annotate
325
*/
326
private class ObjectsAnnotate extends SqlExecution::Range, DataFlow::CfgNode {
0 commit comments