isudatateam / datateam

Starting a process with a shell detected BAN-B605
Security
Major
3 months ago3 months old
Starting a process with a shell, possible injection detected, security issue.
63                "=%s&station=%s&plot_type=%s&format=%s&linregress=on"
64            ) % (first_year, station, plot_type, fmt)
65            cmd = 'wget -q -O %s "%s"' % (fn, url)
66            os.system(cmd)