ebranca / owasp-pysec

OWASP Python Security Project
Apache License 2.0
406 stars 108 forks source link

Missing check for mode option in touch in "./pysec/io/fd.py" #11

Closed ebranca closed 10 years ago

ebranca commented 10 years ago

Missing check for mode option in touch in "./pysec/io/fd.py" ./pysec/io/fd.py def touch(fpath, mode=0666)