mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
b5cd1e0fed
Clearly document that the PAL and CPAL techniques involve generating code, and that such code must be properly sandboxed and given appropriate narrowly-scoped credentials in order to ensure security. While our implementations include some mitigations, Python and SQL sandboxing is well-known to be a very hard problem and our mitigations are no replacement for proper sandboxing and permissions management. The implementation of such techniques must be performed outside the scope of the Python process where this package's code runs, so its correct setup and administration must therefore be the responsibility of the user of this code. |
||
---|---|---|
.. | ||
templates | ||
__init__.py | ||
base.py | ||
constants.py | ||
models.py | ||
README.md |