Skip to content

pylint-secure-coding-standard v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 07:39
· 86 commits to main since this release
9ab7aac

Added

  • Added E8010 to avoid using os.popen() as it internally uses subprocess.Popen with shell=True
  • Added E8011 to avoid using shlex.quote() on non-POSIX platforms.