mirror of
https://github.com/github/codeql.git
synced 2026-06-15 18:01:10 +02:00
In reality, we only want to model this as a `rest_framework.response.Response`, since our .qll modeling is more precise for rest-framework responses than if we also modeled it as a basic django http response. (specifically, that default mime-type handling is way different).