Possible Remote Code Execution Vulnerability
Opened this issue · 0 comments
tch1bo commented
Hey,
I noticed that code in line 162 of browser/views.py (
pybamview/pybamview/browser/views.py
Line 162 in 719c425
I would suggest fixing this issue by e.g. replace os.system() with the subprocess.call() function from Python standard library.
Cheers!