Closed jku closed 4 years ago
Some notes:
The pep-458 implementation meeting result is that:
This is now implemented (in this repo: Warehouse branch does not seem to have it yet):
pip looks for target <PROJECT>/index.html
and downloads https://pypi.org/simple/<PROJECT>/<HASH>.index.html
when it needs the project index file
PEP-458:
That's a "SHOULD" but dstufft is correct in saying that not verifying simple indexes means multiple attack types are not protected from... The current WIP Warehouse implementation does not do this and my pip implementation plan does not take this into account.