Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide network interfaces via Sandbox option #39

Closed
gbrail opened this issue Feb 6, 2014 · 1 comment
Closed

Hide network interfaces via Sandbox option #39

gbrail opened this issue Feb 6, 2014 · 1 comment

Comments

@gbrail
Copy link
Contributor

gbrail commented Feb 6, 2014

The "os" module may be used to enumerate the IP addresses of the host. When embedding Trireme inside a security-sensitive environment, it may not be safe to expose internal IP addresses to Node.js scripts. There should be a way to turn that off.

@gbrail
Copy link
Contributor Author

gbrail commented Feb 18, 2014

Added Sandbox.setHideOSDetails, which will hide all interfaces except for 127.0.0.1, and obscure the CPU info.

@gbrail gbrail closed this as completed Feb 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant