Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@budzHors7 budzHors7 released this 26 Jun 07:55

Fixes

  • Added some lines on the gitignore file to exclude .DS_Store for MacOS.
  • Removed some lines for when you go back to homepage, the terminal will be cleared.

Issues

  • When the commands are done, it does not wait for the users input to continue to Home Screen or show how the command went successfully without the App caching first
  • The program is not intended to be used as a service for now because it's prone to Command Injection: Unsanitized input from user input flows into os.system
  • The Snyk Extension on VSCode picks this issue as: ⚠️ Medium Severity | Command Injection | Priority Score 600 | Vulnerability: [CWE-78], So please use it on your own machine