-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: prevent to ingest local files (by default) #2010
Conversation
Published docs preview URL: https://privategpt-preview-d66d070e-8479-423c-89d3-f03e9d258d3c.docs.buildwithfern.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with two minor comments
Published docs preview URL: https://privategpt-preview-ab8120ad-8f0c-429a-9405-086ae214dbdb.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-1725d2ed-a74e-416e-b7fb-81e87e1ea437.docs.buildwithfern.com |
Description
This PR aims to fix the security issue CVE-2024-3403. Although the Gradio part was already fixed several versions ago, this one aims to not be able to run the default ingestion script.
Type of Change