Files
codeql/python/change-notes/2020-12-04-django-class-based-view-handlers.md
Rasmus Wriedt Larsen c7ab78f8c2 Python: Add modeling of django class based view handlers
BUT, since MyCustomViewBaseClass.post (django-v2-v3/testapp/views.py) and
Foo.post (django-v2-v3/routing_test.py) aren't handled, this raises important
question about how to do MRO without points-to :S
2020-12-04 14:03:59 +01:00

169 B

lgtm,codescanning

  • Added modeling of django class based view handlers (subclasses of django.views.generic.View) as sources of remote user input (RemoteFlowSource).