Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threading / Loops in Python Plugin
#4
(01-05-2024, 09:34 PM)Tas_mania Wrote: I came across something interesting regarding coms using python2.7.18.

There are 2 versions of socket.py and ssl.py.

I saw this when I was putting the python2 appimages together. These files cannot 'phone home' because that was turned-off for security reasons. I used the versions that could not communicate because I didn't want to open a back door into Gimp.

On my Ubuntu I use the native ssl.py and it uses the try/except.

Note sure why you want to prevent a backdoor... the Gimp scripts are open source, it is not hard to see them doing things) while possibly exposing your user to vulnerabilities that have been fixed?
Reply


Messages In This Thread
Threading / Loops in Python Plugin - by JBreckeen - 01-01-2024, 05:11 PM
RE: Threading / Loops in Python Plugin - by Ofnuts - 01-06-2024, 12:19 AM

Forum Jump: