Takishima/pylint-secure-coding-standard
Pylint plugin to enforce some secure coding standards for Python.
PythonApache-2.0
Issues
- 8
[RFC] Some additional recommendations
#5 opened by HorlogeSkynet - 0
`os.chmod` calls with insecure permissions too (by dealing with `stat.S_*` constants...)
#14 opened by Takishima - 2
`os.mkdir`/`os.makedirs`/`os.mkfifo`/`os.mknod` calls with insecure permissions
#15 opened by Takishima - 1
More candidates for `shell=True`
#9 opened by Takishima