langchain[patch]: Add bandit rules (#31818)

Integrate Bandit for security analysis, suppress warnings for specific issues, and address potential vulnerabilities such as hardcoded passwords and SQL injection risks. Adjust documentation and formatting for clarity.
This commit is contained in:
Mason Daugherty
2025-07-03 14:20:33 -04:00
committed by GitHub
parent df06041eb2
commit 6a5073b227
15 changed files with 151 additions and 108 deletions

View File

@@ -1,7 +1,7 @@
# Streamlit
> **[Streamlit](https://streamlit.io/) is a faster way to build and share data apps.**
> Streamlit turns data scripts into shareable web apps in minutes. All in pure Python. No frontend experience required.
> Streamlit turns data scripts into shareable web apps in minutes. All in pure Python. No front-end experience required.
> See more examples at [streamlit.io/generative-ai](https://streamlit.io/generative-ai).
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/langchain-ai/streamlit-agent?quickstart=1)

View File

@@ -1,7 +1,7 @@
# Streamlit
>[Streamlit](https://streamlit.io/) is a faster way to build and share data apps.
>`Streamlit` turns data scripts into shareable web apps in minutes. All in pure Python. No frontend experience required.
>`Streamlit` turns data scripts into shareable web apps in minutes. All in pure Python. No front-end experience required.
>See more examples at [streamlit.io/generative-ai](https://streamlit.io/generative-ai).
## Installation and Setup