Wokia-Dev / EzFractal

Starting a process with a shell detected BAN-B605
Security
Major
a year agoa year old
Starting a process with a shell, possible injection detected, security issue.
104                    except Exception as e:
105                        print("Error: ", e)
106                        try:
107                            os.system("xdg-open " + os.path.join(os.getcwd(), "Resources/Images/Saved_fractals/"))108                        except Exception as e:
109                            print("Error: ", e)
110                checked_ez_button.create_button()