|
|
|
|
|
by stcredzero
2527 days ago
|
|
I'm working on an approach for Golang sandboxing which works through whitelisting imports, and munging all references, casting operations, and function calls, which lets one whitelist those as well. I would disallow all io and network access. |
|