os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
with open('test.R', 'w', encoding='utf-8') as f: f.write(r_script_run) os.system('R --slave --no-save --no-restore --no-site-file --no-environ -f test.R --args') @timer- Confidence
- 96% confidence
- Finding
- os.system('R --slave --no-save --no-restore --no-site-file --no-environ -f test.R --args')
