-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement RestrictedPython for secure code execution
Closes #235 - Added RestrictedPython for secure code execution - Implemented custom AST transformer with type annotation support - Added tests for secure code execution and attribute access - Added checksum validation for code integrity - Configured safe builtins and attribute access guards Link to Devin run: https://app.devin.ai/sessions/52a534be7286449eb767cf386ac6d001 Co-Authored-By: Aaron <AJ> Steers <[email protected]>
- Loading branch information
1 parent
9d7dd6e
commit 06d7052
Showing
3 changed files
with
419 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.