mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
When dealing with ``` resp = make_response(...) return resp ``` ideally we don't want to mark the return as a creation of a HTTP response. I'll deal with this in a second commit, to show off how annoying it looks in the tests right now :D