Jan200101 / Appu-cogs

GNU General Public License v3.0
2 stars 2 forks source link

Fix issue allowing others to use your terminal instance. #1

Closed appu1232 closed 7 years ago

appu1232 commented 7 years ago

When a terminal session is running, anyone could use your prefix and execute any command they wanted on your system (yikes!). This should fix it.

Jan200101 commented 7 years ago

Already fixed the issue and added a check before running any code https://github.com/Jan200101/Appu-cogs/blob/master/terminal/terminal.py#L166