Skip to content

Releases: tonybaloney/pycharm-security

1.2.0

29 Jan 04:38
ef74eb1
Compare
Choose a tag to compare
  • Added SQL injection with Python formatting check SQL100
  • Support for PyCharm 2020.1

v1.10.0

18 Feb 06:46
56ac93e
Compare
Choose a tag to compare

1.10.0

  • Added SH100 to check for 17 potential shell injection commands
  • Added SH101 to check for 16 potentially risky spawned process commands

1.1.1

29 Jan 00:56
4cf9846
Compare
Choose a tag to compare
  • Add support for PyCharm 2020.1 EAP

1.1.0

28 Jan 01:29
e19ce3b
Compare
Choose a tag to compare
  • Added new hardcoded password check PW100
  • Added new builtin exec check EX100
  • Added new mako unescaped input check MK100
  • Added new mako HTML escape quick fix
  • Fixed minor bug in Flask debug mode check

1.0.15: Merge pull request #21 from tonybaloney/jinja_xss

27 Jan 04:02
8a25ae0
Compare
Choose a tag to compare

v1.0.14

26 Jan 03:14
6c7fff8
Compare
Choose a tag to compare
  • All checks are now local inspections, so within the Code Inspection tool, they will show as "Python Security"
  • Users can now alter the severity of any particular check and mute for a given project, file or IDE

1.0.13: Merge pull request #14 from tonybaloney/fix_unsafe_cast

20 Jan 08:45
4a09c15
Compare
Choose a tag to compare

v1.0.12

17 Jan 04:05
04ee902
Compare
Choose a tag to compare
  • Added Shell Escape Fixer, recommended by PR100
  • Modified the shell injection validator to match subprocess.call, .run and .Popen
  • Modified the shell injection validator to ignore string literals or lists of literals

See Documentation for guidance on installing.

1.0.11

16 Jan 23:56
5cbc94e
Compare
Choose a tag to compare
v1.0.11

v1.0.10

16 Jan 20:57
68a2390
Compare
Choose a tag to compare
  • Improves PW100 to suggest secrets.compare_digest when Python version >= 3.7