Skip to content

pylint-secure-coding-standard v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 13:08
· 83 commits to main since this release
a5370fa
  • Reworded E8003 and extend it to include a few more cases:
    • subprocess.getoutput()
    • subprocess.getstatusoutput()
    • asyncio.create_subprocess_shell()
    • loop.subprocess_shell()