Skip to content

pylint-secure-coding-standard v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 13:06
· 62 commits to main since this release
0e8e705

Added

  • Added W8016 to warn when using os.mkdir and os.makedir with unsafe permissions (UNIX-only)
  • Added W8017 to warn when using os.mkfifo with unsafe permissions (UNIX-only)
  • Added W8018 to warn when using os.mknod with unsafe permissions (UNIX-only)
  • Added W8019 to warn when using os.chmod with unsafe permissions (all except Windows)

Updated

  • Refactor configuration option parsing for mode-like options

Fixed

  • Critical typo for msgs attribute of the plugin class. This effectively rendered any previous version useless as
    pylint would not recognize the warning/error messages

Repository

  • Restrict running some GitHub actions when a pull request is merged