Python: Add TODO

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-10-21 15:10:40 +02:00
parent ee5221abb4
commit c57c798bfa

View File

@@ -319,6 +319,8 @@ private module Django {
/**
* A call to the `annotate` function on a model using a `RawSQL` argument.
*
* TODO: Consider reworking this to use taint tracking.
*
* See https://docs.djangoproject.com/en/3.1/ref/models/querysets/#annotate
*/
private class ObjectsAnnotate extends SqlExecution::Range, DataFlow::CfgNode {