tonybaloney/pycharm-security

Update insecure.json regularly

charleswhchan opened this issue · 3 comments

It looks like safety-db updates their database once a month.
https://github.com/pyupio/safety-db/commits/master/data/insecure.json

Is it possible for this project to follow the same cadence? There were some false warnings that was fixed after Apr 14th release.

PS. LMK I should create a PR to update the DB.

thanks for raising this, the PyUp database wasn't updated for about 9 months when I initially developed this plugin.
In the settings, you can point to a URL, instead of using the embedded version.

also, the Snyk integration uses a live database.

Good to know. Thanks @tonybaloney

The URL option works for me. I am happy with this solution so feel free to close the ticket if appropriate.