bandit/examples/hardcoded-tmp.py

5 lines
52 B
Python

f = open('/tmp/abc', 'w')
f.write('def')
f.close()