Releases: tonybaloney/pycharm-security
Releases · tonybaloney/pycharm-security
v1.15.1
- Fixes bug in safetydb scan
v1.15.0-EAP
- Update SafetyDB to April 2020 release
v1.15.0
- Update SafetyDB to April 2020 release
v1.14.0
1.13.0: Add Snyk.io as a package checker (#94)
v1.12.0
Update notes and release documentation
v1.9.0
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
- Bugfix where the GitHub action could fail when no issues or warnings were found in the code (submitted by @jjm)
v1.8.0
- 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
- 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