mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
I'm not feeling 100% confident about `SelfRefMixin`, but since I needed it for both DjangoViewClass and DjangoFormClass, I wanted to avoid copy-pasting this code around. However, I'm not so opitimistic about it that I want to add it to a sharable utility qll file :D
197 B
197 B
lgtm,codescanning
- Improved modeling of
djangoto recognize sources of remote user input (RemoteFlowSource) in Django forms (django.forms.Form) and fields (django.forms.Field) subclasses.