lunasec-io / lunasec

LunaSec - Dependency Security Scanner that automatically notifies you about vulnerabilities like Log4Shell or node-ipc in your Pull Requests and Builds. Protect yourself in 30 seconds with the LunaTrace GitHub App: https://github.com/marketplace/lunatrace-by-lunasec/
https://www.lunasec.io/
Other
1.44k stars 164 forks source link

add langchain service #1155

Closed breadchris closed 1 year ago

breadchris commented 1 year ago

The langchain service is a grpc service that is callable with generated code

    _, err = p.deps.LangChain.CleanWebpage(context.Background(), &gen.CleanWebpageRequest{
        Content:     normalContent,
        Description: ref.VulnDesc,
    })