Skip to content

Releases: tonybaloney/pycharm-security

v1.15.1

06 Apr 21:17
3da6ca1
Compare
Choose a tag to compare
  • Fixes bug in safetydb scan

v1.15.0-EAP

02 Apr 23:40
5fb9581
Compare
Choose a tag to compare
  • Update SafetyDB to April 2020 release

v1.15.0

02 Apr 23:46
b256bf9
Compare
Choose a tag to compare
  • Update SafetyDB to April 2020 release

v1.14.0

20 Mar 04:45
c856c0c
Compare
Choose a tag to compare
  • Reduced size of Docker image pull#98
  • Bugfix on TRY100 raising false-positives. Fixes issues#88 - pull#97
  • Added [STR100] for insecure format strings

1.13.0: Add Snyk.io as a package checker (#94)

28 Feb 11:28
97c86ef
Compare
Choose a tag to compare

1.13.0 (master)

  • Extended the behaviour of DJG102 to not raise a warning when the safe string input is a string literal pull#87
  • Added support for snyk.io as the vulnerability database. Snyk offers an up to date and in-depth database of Python package issues.

v1.12.0

22 Feb 05:28
7e14b5c
Compare
Choose a tag to compare
Update notes and release documentation

v1.9.0

17 Feb 06:54
4de71e3
Compare
Choose a tag to compare

1.9.0

  • Added a configuration panel to customize how your packages are checked
  • Enabled support for PyUp.io subscriptions via an API key

1.8.1

  • Updated SafetyDB to the "February 2020" release
  • Extended PR100 to include older subprocess APIs, "check_call()" and "check_output()"

v1.8.1

11 Feb 10:42
77eee8d
Compare
Choose a tag to compare
  • Bugfix where the GitHub action could fail when no issues or warnings were found in the code (submitted by @jjm)

v1.8.0

07 Feb 01:48
a8deb15
Compare
Choose a tag to compare
  • Inspection descriptions in the IDE (within the Code Inpsection window, Inspection Results and Right-Click on annotation) have full details
  • Docker Image and GitHub action does deeper inspection using packages defined within a project
  • Added paramiko shell injection inspection PAR101
  • Added SSL wrap socket with no version check SSL100
  • Added SSL wrap socket with insecure protocol check SSL101

v1.7.1

06 Feb 05:58
2b4f442
Compare
Choose a tag to compare
  • Fix on Pyyaml inspector looking for 'loader' keyword argument instead of 'Loader'.
  • Fix on plugin XML having wrong standard library short name
  • Fix on pickle not matching aliases imports