| Sep | OCT | Nov |
| 03 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
|
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: |
Python: Add basic FastAPI support
3661ff3
Python: FastAPI: Add support for `api_route`
b1f8b53
Note that `route` did not actually work (that also comes from the underlying web framework library Starlette)
Python: FastAPI: Add support for `APIRouter`
285de2b
Python: FastAPI: Add tests with response parameter
d34c5fd
Python: FastAPI: Model Cookie Writes
c50c805
Python: FastAPI: Add tests for direct response construction
c9895b5
Python: FastAPI: Add test for custom response annotation
eef946a
It really is rather contrived, but it also _does_ work.
Python: FastAPI: Model response classes
5014770
Figuring out how to do the `media_type` tracking was quite difficult.
Python: FastAPI: Proper modeling of implicit returns
c839f35
Python: FastAPI: Add taint test
2d5c6e2
Successfully merging this pull request may close these issues.
None yet
1 participant 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. ●© 2021 GitHub, Inc. ●Terms ●Privacy ●Security ●Status ●Docs ●Contact GitHub ●Pricing ●API ●Training ●Blog ●About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.