mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +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).