Python 3.12.0 from a supply chain security perspective
sethmlarson.dev
Python 3.12.0 from a supply chain security perspective
1–10 of 48 posts
Re: Python 3.12.0 from a supply chain security perspective
#2Re: Python 3.12.0 from a supply chain security perspective
#3Re: Python 3.12.0 from a supply chain security perspective
#4Re: Python 3.12.0 from a supply chain security perspective
#5[1] https://github.blog/changelog/2023-09-26-npm-provenance-gene...
Re: Python 3.12.0 from a supply chain security perspective
#6Having used Python for decades, across multiple organizations starting from mega-corps and down to five programmers I've never used built Python binaries for any project that required Python.
It's not hard to build your own, and it gives you better control of what's included (Python has a handful of optional compile-time dependencies, which most projects don't need).
----
Also, on personal level, I don't think I ever use built binaries from Python.org. I either build them myself, or use whatever the distro maintainers built. Maybe if you develop on Mac / Windows then it matters... but you already chose to suffer by not having control of your tools -- another drop in a bucket, does it even matter?
NB. Also, official Docker images of Python don't use binaries from Python.org. So, nobody who deploys in containers is likely to either build themselves, or to use something other than Python.org binaries.
Re: Python 3.12.0 from a supply chain security perspective
#7In what situation, when it comes to deployed products is any of this relevant? Having used Python for decades, across multiple organizations starting from mega-corps and down to five programmers I've never used built Python binaries for any project that required Python. It's not hard to build your own, and it gives you better control of what's included (Python has a handful of optional compile-time dependencies, whic…
Re: Python 3.12.0 from a supply chain security perspective
#8Re: Python 3.12.0 from a supply chain security perspective
#9In what situation, when it comes to deployed products is any of this relevant? Having used Python for decades, across multiple organizations starting from mega-corps and down to five programmers I've never used built Python binaries for any project that required Python. It's not hard to build your own, and it gives you better control of what's included (Python has a handful of optional compile-time dependencies, whic…
Re: Python 3.12.0 from a supply chain security perspective
#10In what situation, when it comes to deployed products is any of this relevant? Having used Python for decades, across multiple organizations starting from mega-corps and down to five programmers I've never used built Python binaries for any project that required Python. It's not hard to build your own, and it gives you better control of what's included (Python has a handful of optional compile-time dependencies, whic…
~Gaslight much?~
Edit:
How about not insulting people who don’t share your point of view?