Skip to content

Commit c57c798

Browse files
committed
Python: Add TODO
1 parent ee5221a commit c57c798

File tree

1 file changed

+2
-0
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+2
-0
lines changed

python/ql/src/experimental/semmle/python/frameworks/Django.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ private module Django {
319319
/**
320320
* A call to the `annotate` function on a model using a `RawSQL` argument.
321321
*
322+
* TODO: Consider reworking this to use taint tracking.
323+
*
322324
* See https://docs.djangoproject.com/en/3.1/ref/models/querysets/#annotate
323325
*/
324326
private class ObjectsAnnotate extends SqlExecution::Range, DataFlow::CfgNode {

0 commit comments

Comments
 (0)