prplecake / py_pushover_simple

a very simple python pushover wrapper
MIT License
0 stars 1 forks source link

Fix 'Use of HTTPSConnection on older versions of Python prior to 2.7.9 and 3.4.3 do not provide security, see https://wiki.openstack.org/wiki/OSSN/OSSN-0033' issue in py_pushover_simple\pushover.py #1

Closed codefactor-io[bot] closed 2 years ago

codefactor-io[bot] commented 2 years ago

CodeFactor found an issue: Use of HTTPSConnection on older versions of Python prior to 2.7.9 and 3.4.3 do not provide security, see https://wiki.openstack.org/wiki/OSSN/OSSN-0033

It's currently on: py_pushover_simple\pushover.py:55 Commit 5d84061da43a4cb964a0a98f709a6294d64e9802

prplecake commented 2 years ago

I was trying to avoid using requests to limit the number of dependencies (currently none), but maybe it's worth using requests.