Skip to content

Commit e9b3b92

Browse files
committed
note
1 parent 3b0d3c6 commit e9b3b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ setTimeout(function() {
164164

165165
### Security <a id="security"></a>
166166

167-
Obviously this module can expose you to some insecure situations depending on how you use it... you are providing a gateway to an external process to Node on your host machine! (likely a shell in most use-cases). Here are some tips; ultimately its your responsibility to secure your system.
167+
Obviously this module can expose you to some insecure situations depending on how you use it... you are providing a gateway to an external process via Node on your host os! (likely a shell in most use-cases). Here are some tips; ultimately its your responsibility to secure your system.
168168

169169
* Ensure that the node process is running as a user with very limited rights
170170
* Make use of the uid/gid configuration appropriately to further limit the processes

0 commit comments

Comments
 (0)