Skip to content

pylint-secure-coding-standard v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 15:54
· 73 commits to main since this release
e93e25f

Added

  • Add plugin option to control whether we favour os.open over the builtin open
  • Added W8012 to warn when using os.open with unsafe permissions
  • Added E8013 to avoid using pickle.load and pickle.loads
  • Added E8014 to avoid using marshal.load and marshal.loads
  • Added E8015 to avoid using shelve.open

Fixed

  • Fixed a few test function names

Repository

  • Update pre-commit hooks
  • Update thomaseizinger/create-pull-request GiHub action