Skip to content

[Feature] Support to find the collections for FastAPI framework in python #148

Description

@dbMundada

Is your feature request related to a problem? Please describe.
Support to find the collections for FastAPI framework in python.
https://github.com/tiangolo/fastapi


from fastapi import FastAPI

app = FastAPI()

@app.get("/items/{item_id}")
def read_item(item_id: int, q: Union[str, None] = None):
    return {"item_id": item_id, "q": q}

Describe the solution you'd like
Add rules which can find the flows going from PIIs to FastAPI collection points..

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions