Live data from Hacker News

Show HN: Zerobox – Sandbox any command with file, network, credential controls

github.com

101–108 of 108 posts

Re: Show HN: Zerobox – Sandbox any command with file, network, credential controls

#102
post #89

Earlier quoted context omitted.

I agree, but I don’t love the negative connotations of “Injection” in this space!

"Credential proxy pattern" might work.

I prefer that personally!

Re: Show HN: Zerobox – Sandbox any command with file, network, credential controls

#104
post #50

This is really useful! How well does it compare though to Docker etc. Because I am worried about sandbox escapes. This is what we currently use to sandbox JS inside Browsers and Node (without anything extra) : https://github.com/Qbix/Platform/blob/main/platform/plugins/... I like tools like this, but they all seem to share the same underlying shape: take an arbitrary process and try to restrict it with OS primitives…

[dead]

Re: Show HN: Zerobox – Sandbox any command with file, network, credential controls

#105
post #50

This is really useful! How well does it compare though to Docker etc. Because I am worried about sandbox escapes. This is what we currently use to sandbox JS inside Browsers and Node (without anything extra) : https://github.com/Qbix/Platform/blob/main/platform/plugins/... I like tools like this, but they all seem to share the same underlying shape: take an arbitrary process and try to restrict it with OS primitives…

[dead]
Post reply on HN