LangChain and LangGraph have patched three high-severity and critical bugs.
Three LangChain flaws enable data theft across LLM apps, affecting millions of deployments, exposing secrets and files.
The path traversal flaw, allowing access to arbitrary files, adds to a growing set of input validation issues in AI pipelines.
LangChain is an SDK that simplifies the integration of large language models and applications by chaining together components and exposing a simple and unified API. Here’s a quick primer. If you are a ...