HiDoes anyone know where in the source code a package gets verified before being installed?Thanks
--
You received this message because you are subscribed to the Google Groups "pypa-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pypa-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pypa-dev/89e6ae88-8fb6-40eb-b1a5-d04b94f32710%40googlegroups.com.
I am not sure. I am just looking to find where in the source code a package gets verified before being installed on a client's machine
--
You received this message because you are subscribed to the Google Groups "pypa-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pypa-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pypa-dev/CAP1%3D2W5YzPxkFaUeoe0%3Dsq%3DFi43HqRMWo0tay6LYYA8cUKXW9A%40mail.gmail.com.
To be clear, there is no verification or scanning of source code. Not is there verification of origin. PyPI generates hashes that are used to verify the integrity of what was uploaded there and then downloadedSent from my phone with my typo-happy thumbs. Please excuse my brevity
On Fri, Jul 26, 2019, 11:41 Brett Cannon <br...@python.org> wrote:
Sviatoslav--On Fri, Jul 26, 2019 at 4:58 AM Ioakim Ioakim <ioak...@gmail.com> wrote:I am not sure. I am just looking to find where in the source code a package gets verified before being installed on a client's machineUnfortunately something stripped out what you were replying to, Ioakim, but I assume it was to Sviatoslav and his --require-hashes suggestion, in which case that's what you're looking for if you want to verify what you downloaded matches what PyPI has.
You received this message because you are subscribed to the Google Groups "pypa-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pypa...@googlegroups.com.
I am not sure. I am just looking to find where in the source code a package gets verified before being installed on a client's machine