Python: Model FastAPI #6782
Draft
Python: Model FastAPI #6782
Conversation
Note that `route` did not actually work (that also comes from the underlying web framework library Starlette)
It really is rather contrived, but it also _does_ work.
Figuring out how to do the `media_type` tracking was quite difficult.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.


I think it mainly needs taint modeling before it's done, but at least I had the time to add tests for this.
Come to think of it, I think I saw something on about receiving HTTP headers as parameters of the request handler, which is probably handled by the code already, but would be nice to have an explicit case for.
The text was updated successfully, but these errors were encountered: