ebranca / owasp-pysec

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

Missing check for mode option in open in "./pysec/io/fd.py" #10

Closed ebranca closed 10 years ago

ebranca commented 10 years ago

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