0.2.10
langgenius/dify-sandbox0.2.10Oct 17, 2024by Yeuoly
AI Summary
This release brings significant security and operational improvements. A critical sandbox escape vulnerability was fixed by disabling the preload parameter, Docker was introduced for CI testing, and user-defined Python dependency update intervals are now supported. The Dockerfile was also optimized to reduce image size.
Key Highlights
- Fixed sandbox escape vulnerability by disabling preload parameter
- Docker-based CI testing to prevent environmental issues
- Support for user-defined Python dependencies update interval
- Optimized Dockerfile to reduce image size
New Features
- User-defined Python dependencies update interval
Full Release Notes
## What's Changed * refactor: optimize the Dockerfile to reduce the image size by @hwzhuhao in https://github.com/langgenius/dify-sandbox/pull/86 * feat: support for user-defined python dependencies update interval by @userzhangqg in https://github.com/langgenius/dify-sandbox/pull/85 * refactor: using docker to execute CI tests on Github actions to prevent environmental breaking changes by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/98 * refactor: Fix sandbox escape by disabling the preload parameter. by @hexian2001 in https://github.com/langgenius/dify-sandbox/pull/96 ## New Contributors * @userzhangqg made their first contribution in https://github.com/langgenius/dify-sandbox/pull/85 * @hexian2001 made their first contribution in https://github.com/langgenius/dify-sandbox/pull/96 **Full Changelog**: https://github.com/langgenius/dify-sandbox/compare/0.2.9...0.2.10