liaogx/fastapi-tutorial
44 issues need attention.
44 warnings in the paths between 45 routes and 3 tables.
- ROUTES
- 45
- TABLES
- 3
- FILES READ
- 19
- RULES RUN
- 7/7
44 findings
GET /path/parameters has no validator or rate limiter attached.
public-entry-guardedGET /path/{parameters} has no validator or rate limiter attached.
public-entry-guardedGET /enum/{city} has no validator or rate limiter attached.
public-entry-guardedGET /files/{file_path:path} has no validator or rate limiter attached.
public-entry-guardedGET /path_/{num} has no validator or rate limiter attached.
public-entry-guardedGET /query has no validator or rate limiter attached.
public-entry-guardedGET /query/bool/conversion has no validator or rate limiter attached.
public-entry-guardedGET /query/validations has no validator or rate limiter attached.
public-entry-guardedPOST /request_body/city has no validator or rate limiter attached.
public-entry-guardedPUT /request_body/city/{name} has no validator or rate limiter attached.
public-entry-guardedPUT /request_body/multiple/parameters has no validator or rate limiter attached.
public-entry-guardedPUT /request_body/nested has no validator or rate limiter attached.
public-entry-guardedGET /cookie has no validator or rate limiter attached.
public-entry-guardedGET /header has no validator or rate limiter attached.
public-entry-guardedGET /dependency01 has no validator or rate limiter attached.
public-entry-guardedGET /dependency02 has no validator or rate limiter attached.
public-entry-guardedGET /sub_dependency has no validator or rate limiter attached.
public-entry-guardedPOST /create_city has no validator or rate limiter attached.
public-entry-guardedGET /get_city/{city} has no validator or rate limiter attached.
public-entry-guardedGET /get_cities has no validator or rate limiter attached.
public-entry-guardedPOST /create_data has no validator or rate limiter attached.
public-entry-guardedGET /get_data has no validator or rate limiter attached.
public-entry-guardedGET /sync_coronavirus_data/jhu has no validator or rate limiter attached.
public-entry-guardedGET / has no validator or rate limiter attached.
public-entry-guardedPOST /response_model has no validator or rate limiter attached.
public-entry-guardedPOST /response_model/attributes has no validator or rate limiter attached.
public-entry-guardedPOST /status_code has no validator or rate limiter attached.
public-entry-guardedPOST /status_attribute has no validator or rate limiter attached.
public-entry-guardedPOST /login has no validator or rate limiter attached.
public-entry-guardedPOST /file has no validator or rate limiter attached.
public-entry-guardedPOST /upload_files has no validator or rate limiter attached.
public-entry-guardedPOST /path_operation_configuration has no validator or rate limiter attached.
public-entry-guardedGET /http_exception has no validator or rate limiter attached.
public-entry-guardedGET /http_exception/{city_id} has no validator or rate limiter attached.
public-entry-guardedGET /city/{city} has no validator or rate limiter attached.
public-entry-guardedPUT /city/{city} has no validator or rate limiter attached.
public-entry-guardedPOST /background_tasks has no validator or rate limiter attached.
public-entry-guardedPOST /dependency/background_tasks has no validator or rate limiter attached.
public-entry-guardedPOST /token has no validator or rate limiter attached.
public-entry-guardedPOST /jwt/token has no validator or rate limiter attached.
public-entry-guardedGET /bigger_applications/bigger_applications has no validator or rate limiter attached.
public-entry-guardedcity is not connected to anything.
no-orphan-datastoredata is not connected to anything.
no-orphan-datastorecompanies is not connected to anything.
no-orphan-datastore
Part of this repository was not read, so this report is incomplete. Unread: tutorial/chapter05.py.
Free account, no card. The repository opens as an editable graph.
Add this check to the README
[](https://wyro.in/scan/liaogx/fastapi-tutorial)It updates itself whenever the repository changes and links back to this report.
What this is
Wyro reads the repository’s routes and data models and checks the paths between them: whether a route can reach a table without passing a guard, whether a datastore holding personal data is exposed to a public read, whether an endpoint that issues credentials requires the credentials it issues.
It is rule-based, not a model. The same commit produces the same result every time, and it does not guess at business rules it cannot see. A rule with nothing to look at is reported as not having run — never as a pass.
This check runs on public source through GitHub’s own API and needs no account. A free account adds the editable architecture canvas, private repositories on paid plans, and a CI gate. No card required.