smilegodly / mewbot

A discord bot with some cool features made with Python.
2 stars 3 forks source link

Fix subprocess command injection bug #35

Closed smilegodly closed 4 years ago

smilegodly commented 4 years ago

This PR address issue https://github.com/smilegodly/mewbot/issues/34

In an attempt to make this safer , I have abandoned using the subprocess module entirely.

This solution uses the built in howdoi method within the python script

smilegodly commented 4 years ago

merge this into apod instead of master for now