Skip to content

v0.30.0 - gget virus & gget 8cube

Choose a tag to compare

@lauraluebbert lauraluebbert released this 20 Jan 01:21
· 325 commits to main since this release
163db87
  • NEW MODULES:

  • SECURITY IMPROVEMENTS:

    • Replaced os.system() with f-strings containing URLs from external APIs in gget/main.py
    • Replaced exec() with importlib.import_module() in gget setup for safer dynamic imports
    • Replaced shell=True subprocess calls with list-based arguments in gget muscle, gget diamond, and gget setup to prevent command injection