319
Package managers be like (linux.community)
submitted 11 months ago by [email protected] to c/[email protected]

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 23 points 11 months ago

Maybe I’m misremembering, but didn’t pip have it’s own security concerns earlier this year?

[-] [email protected] 6 points 11 months ago

I believe that was just name squatting.

[-] [email protected] 6 points 11 months ago

It’s less the name squatting and more pip not supporting a certain PyPI resolution order: https://github.com/pypa/pip/issues/8606

For example, I have A, B and C in my requirements.txt but I want to install C from my own private PyPI. Everything works fine until someone uploads a package name C to the public PyPI then suddenly I’m not installing my private package anymore.

[-] [email protected] 2 points 11 months ago

Yeah, I remember now. the name squatting was from people putting malicious packages under misspelled names of well known packages, like "requets" instead of requests.

this post was submitted on 13 Oct 2023
319 points (81.3% liked)

Programmer Humor

32060 readers
1130 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS