diff options
author | Andy Wingo <wingo@pobox.com> | 2017-04-18 20:39:40 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2017-04-18 21:27:45 +0200 |
commit | 7c71be0c7e8c533b221dbd71e29e94ea213787cf (patch) | |
tree | 2ae279ef367e334d566233bb01cf2ee4aea63785 /NEWS | |
parent | 622abec1d2006af2ae0fc35b1b2c4fa99d43b090 (diff) |
Add sandboxed evaluation facility
* module/ice-9/sandbox.scm: New file.
* module/Makefile.am (SOURCES): Add new file.
* doc/ref/api-evaluation.texi (Sandboxed Evaluation): New section.
* NEWS: Update.
* test-suite/tests/sandbox.test: New file.
* test-suite/Makefile.am: Add new file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ Changes in 2.2.1 (since 2.2.0): * Notable changes +** New sandboxed evaluation facility + +Guile now has a way to execute untrusted code in a safe way. See +"Sandboxed Evaluation" in the manual for full details, including some +important notes on limitations on the sandbox's ability to prevent +resource exhaustion. + ** All literal constants are read-only According to the Scheme language definition, it is an error to attempt |