Files
codeql/python/ql
Rasmus Wriedt Larsen 37d03ee0f3 Python: Accept .expected changes
Note that in this case, since there is a known `django.urls.path`
route-setup, we know that the request-handler will only be passed
keyword arguments, so it is not a mistake that `*args` is not considered
a routed-parameter here (although it certainly wouldn't have hurt us if
we did consider it a routed-parameter either).
2023-11-21 13:46:55 +01:00
..
2023-11-21 13:46:23 +01:00
2023-11-20 12:15:45 +00:00
2023-11-21 13:46:55 +01:00