Skip to content

Commit

Permalink
Add security note in readme
Browse files Browse the repository at this point in the history
Fixes #230
  • Loading branch information
Tyriar authored Sep 28, 2018
1 parent 80fcc8c commit 889973a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ npm install --global --production windows-build-tools

[The wiki](https://github.com/Microsoft/node-pty/wiki/Debugging) contains instructions for debugging node-pty.

## Security

All processes launched from node-pty will launch at the same permission level of the parent process. Take care particularly when using node-pty inside a server that's accessible on the internet. We recommend launching the pty inside a container to protect your host machine.

## Troubleshooting

**Powershell gives error 8009001d**
Expand Down

0 comments on commit 889973a

Please sign in to comment.