File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
python/ql/src/experimental/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,12 @@ private module Django {
131131 /** Gets a reference to the `django.db.connection.cursor.execute` function. */
132132 DataFlow:: Node execute ( ) { result = execute ( DataFlow:: TypeTracker:: end ( ) ) }
133133
134+ // -------------------------------------------------------------------------
135+ // django.db.models
136+ // -------------------------------------------------------------------------
137+ // NOTE: The modelling of django models is currently fairly incomplete.
138+ // It does not fully take `Model`s, `Manager`s, `and QuerySet`s into account.
139+ // It simply identifies some common dangerous cases.
134140 /** Gets a reference to the `django.db.models` module. */
135141 private DataFlow:: Node models ( DataFlow:: TypeTracker t ) {
136142 t .start ( ) and
You can’t perform that action at this time.
0 commit comments